Add CLI (plus fix a couple small things)#144
Open
ravibrock wants to merge 18 commits into
Open
Conversation
…sh#128) * fix: probe known Logitech HID devices without usage metadata * fix: preserve Linux PySide runtime libraries * fix: add repo root to Linux spec imports * fix: narrow Linux bundle dependency audit * fix: keep core Linux Qt dependencies * ci: install Linux xcb runtime dependencies * ci: force kill Linux smoke test * ci: accept forced Linux smoke test timeout * fix: use hidraw for Linux Bluetooth HID * fix: improve Linux device access diagnostics * fix: add Linux permission setup helper from PR TomBadash#115 * fix: prefer supported Logitech evdev devices from PR TomBadash#115
…ash#131) * Add architecture diagram to README - replace to mermaid chart Added a mermaid diagram to illustrate the architecture of the application. * Improve styling in README for better clarity Updated styling for components in the README for better readability. * Refactor architecture diagram in README.md
* docs: clean up readme documentation * docs: compact readme screenshots * docs: refresh chinese readme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi! Thanks for writing this cool project. This adds a CLI for Mouser. It permits running the base functions of mouser in the terminal (including setting up a background agent) and loading config from a json or yaml file. It's designed to provide a lighter weight alternative to the Mouser GUI that also permits more easily version-controlling one's mouse config. I also made some tweaks to try to get gestures working more smoothly and consistently. Note that this is MacOS only for now, as I use a Mac and therefore can't test on other machines. I also wrote a sample homebrew formula in the repo I use for personal formulae; it's HEAD-only for now but it will perhaps be useful as a reference if you want to put this on Homebrew. Hope this helps! Let me know if you have questions/comments/concerns.