-
Notifications
You must be signed in to change notification settings - Fork 0
Refresh README and move detail into docs #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
3ad819b
docs: keep the landing page accurate and skimmable
OneNoted ef17d5f
fix: make setup readiness wait for udev
OneNoted a003710
refactor: centralize setup relogin guidance
OneNoted bfe43fa
fix: keep setup relogin guidance correct on reruns
OneNoted b5c425d
fix: align setup checks with real uinput access
OneNoted 7e2321f
fix: keep setup guidance accurate after relogin-only setup
OneNoted e9ec53f
fix: keep uinput setup from hiding incomplete work
OneNoted b13bdbd
fix: reject root-only uinput setup readiness
OneNoted 1e75fa9
docs: ship README-linked docs in release artifacts
OneNoted a9d5ded
fix: fail root setup before side effects
OneNoted 62149b7
test: stabilize wl-copy non-zero exit coverage
OneNoted File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,100 @@ | ||
| # CLI guide | ||
|
|
||
| For the full generated help, run `whispers --help` or `whispers <command> --help`. | ||
|
|
||
| ## Top-level commands | ||
|
|
||
| | Command | Purpose | | ||
| | --- | --- | | ||
| | `whispers` | Start or stop the default dictation loop | | ||
| | `whispers setup` | Guided setup for local, cloud, and experimental dictation paths | | ||
| | `whispers transcribe <file>` | Transcribe an audio file to stdout or a file | | ||
| | `whispers model` | Legacy `whisper_cpp` model commands | | ||
| | `whispers asr-model` | Manage ASR models across recommended and experimental backends | | ||
| | `whispers rewrite-model` | Manage local rewrite models | | ||
| | `whispers dictionary` | Manage deterministic replacements | | ||
| | `whispers app-rule` | Manage app-aware rewrite policy rules | | ||
| | `whispers glossary` | Manage technical glossary entries | | ||
| | `whispers cloud check` | Validate cloud config and connectivity | | ||
| | `whispers snippets` | Manage spoken snippets | | ||
| | `whispers rewrite-instructions-path` | Print the custom rewrite instructions file path | | ||
| | `whispers completions [shell]` | Print shell completions to stdout | | ||
|
|
||
| ## Common flows | ||
|
|
||
| ### Setup and dictation | ||
|
|
||
| ```sh | ||
| whispers setup | ||
| whispers | ||
| ``` | ||
|
|
||
| ### File transcription | ||
|
|
||
| ```sh | ||
| whispers transcribe audio.wav | ||
| whispers transcribe meeting.m4a --output transcript.txt | ||
| whispers transcribe audio.wav --raw | ||
| ``` | ||
|
|
||
| ### ASR model management | ||
|
|
||
| ```sh | ||
| whispers asr-model list | ||
| whispers asr-model download large-v3-turbo | ||
| whispers asr-model select large-v3-turbo | ||
| ``` | ||
|
|
||
| `whispers model` still exists for legacy `whisper_cpp` flows, but `whispers asr-model` is the preferred interface. | ||
|
|
||
| ### Rewrite model management | ||
|
|
||
| ```sh | ||
| whispers rewrite-model list | ||
| whispers rewrite-model download qwen-3.5-4b-q4_k_m | ||
| whispers rewrite-model select qwen-3.5-4b-q4_k_m | ||
| ``` | ||
|
|
||
| ### Personalization | ||
|
|
||
| ```sh | ||
| whispers dictionary add "wisper flow" "Wispr Flow" | ||
| whispers snippets add signature "Best regards,\nNotes" | ||
| ``` | ||
|
|
||
| ### Rewrite policy files | ||
|
|
||
| ```sh | ||
| whispers app-rule path | ||
| whispers glossary path | ||
| whispers rewrite-instructions-path | ||
| ``` | ||
|
|
||
| ### App-aware rewrite rules | ||
|
|
||
| ```sh | ||
| whispers app-rule list | ||
| whispers app-rule add jira-browser \ | ||
| "Prefer issue IDs and preserve markdown punctuation" \ | ||
| --surface-kind browser \ | ||
| --browser-domain-contains atlassian.net | ||
| whispers app-rule remove jira-browser | ||
| ``` | ||
|
|
||
| ### Technical glossary entries | ||
|
|
||
| ```sh | ||
| whispers glossary list | ||
| whispers glossary add serde_json \ | ||
| --alias "surdy json" \ | ||
| --alias "serdy json" \ | ||
| --surface-kind editor | ||
| whispers glossary remove serde_json | ||
| ``` | ||
|
|
||
| ### Cloud and shell integration | ||
|
|
||
| ```sh | ||
| whispers cloud check | ||
| whispers completions zsh | ||
| ``` |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link now points users to
docs/install.md, but the release/packaging outputs that most users read do not ship thedocs/directory:scripts/build-release-bundle.shonly copiesREADME.mdandconfig.example.tomlintoshare/doc/whispers(lines 66-69), andCargo.toml’sincludelist also omitsdocs/**(lines 12-23). As a result, the install/CLI/troubleshooting links in the packaged README are dead for release bundles and downstream packages that install that README, removing the detailed instructions that were moved out of the README in this commit.Useful? React with 👍 / 👎.