{"id":16611493,"url":"https://github.com/andreasarvidsson/andreas-talon","last_synced_at":"2025-04-07T12:05:49.054Z","repository":{"id":40488057,"uuid":"377794993","full_name":"AndreasArvidsson/andreas-talon","owner":"AndreasArvidsson","description":"User scripts for Talon Voice","archived":false,"fork":false,"pushed_at":"2024-10-12T09:56:27.000Z","size":95485,"stargazers_count":73,"open_issues_count":1,"forks_count":11,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-10-13T01:37:50.258Z","etag":null,"topics":["talonvoice","voice","voice-coding","voice-control"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndreasArvidsson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-17T10:41:57.000Z","updated_at":"2024-10-12T09:56:31.000Z","dependencies_parsed_at":"2024-09-16T09:43:48.869Z","dependency_job_id":"2e910de0-2f5f-40aa-b8d5-d2a4243ce212","html_url":"https://github.com/AndreasArvidsson/andreas-talon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreasArvidsson%2Fandreas-talon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreasArvidsson%2Fandreas-talon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreasArvidsson%2Fandreas-talon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreasArvidsson%2Fandreas-talon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndreasArvidsson","download_url":"https://codeload.github.com/AndreasArvidsson/andreas-talon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247648976,"owners_count":20972945,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["talonvoice","voice","voice-coding","voice-control"],"created_at":"2024-10-12T01:38:05.668Z","updated_at":"2025-04-07T12:05:48.899Z","avatar_url":"https://github.com/AndreasArvidsson.png","language":"Python","funding_links":["https://github.com/sponsors/AndreasArvidsson)!"],"categories":[],"sub_categories":[],"readme":"# Andreas Talon user scripts\n\nAll the scripts in my Talon user directory. These scripts are not based upon Talon community/knausj and are therefore not always compatible with names defined in community. In constant development. Things may break!\n\n\u003e **Note**\n\u003e If you find the scripts in this repository helpful, [consider sponsoring](https://github.com/sponsors/AndreasArvidsson)!\n\n## Interesting features\n\nThis is a list of features that I have implemented that I think is of more interest to other Talon users. Things I have already upstreamed to [Talon community](https://github.com/talonhub/community) are omitted. Since I don't actually use a fork of community some modifications (often different names) might be required.\n\n1. **VSCode language definition for Talon** - Supports `on hover` and `go to definition` for Talon lists, captures and actions.\n    - [andreas-talon-vscode](https://github.com/AndreasArvidsson/andreas-talon-vscode)\n2. **Command history** - Improved command history with description of commands\n    - [Command history](./core/on_phrase/command_history)\n3. **Analyze phrase** - Analyze a Talon phrase and retrieve metadata and description of commands\n    - [Analyze phrase](./core/on_phrase/analyze_phrase)\n4. **Talon Deck** - Stream deck inspired interactive dashboard for Talon Voice\n    - [Talon Deck](https://github.com/AndreasArvidsson/talon-deck)\n5. **Clippy - Clipboard manager** - Clipboard manager with Talon rpc support\n    - [Clippy](./apps/clippy)\n6. **Quick pick** - UI for quick access to useful features by clicking buttons\n    - [Quick pick](./plugins/quick_pick)\n7. **Foot switch support** - Add support for scrolling, navigating and more\n    - [Foot switch](./core/foot_switch)\n8. **\u003cuser.prose\u003e with abbreviations, spelling and numbers** - `\"say foo forty four brief address air bat cap bar\"` =\u003e `foo 44 addr abc bar`\n    - [text_and_dictation.py](https://github.com/AndreasArvidsson/andreas-talon/blob/f46880c3932e43c101fe5b004f1e6edd14262c1b/core/text/text_and_dictation.py#L34-L45)\n9. **Smarter homophones** - Talon remembers recently used homophones and automatically replaces/reuses your chosen version\n    - [dictation.py](https://github.com/AndreasArvidsson/andreas-talon/blob/b21c9eb553950ff9b3c137a98e8c705a3e8cb393/core/text/text_and_dictation.py#L127)\n    - [homophones.py](https://github.com/AndreasArvidsson/andreas-talon/blob/b21c9eb553950ff9b3c137a98e8c705a3e8cb393/core/homophones/homophones.py#L99-L108)\n10. **Lorem ipsum generator** - `\"lorem ipsum thirty\"` =\u003e `Lorem ipsum dolor sit amet...`\n    - [Lorem ipsum](./plugins/lorem_ipsum)\n11. **Imports fix** - Add missing and remove unused imports for VSCode\n    - [vscode.talon](https://github.com/AndreasArvidsson/andreas-talon/blob/cc2f5ecd5f696addd1d8df60207337e295fa800e/apps/vscode/vscode.talon#L32-L35)\n    - [vscode.py](https://github.com/AndreasArvidsson/andreas-talon/blob/ef049e9cf50b2694ee1b2f039fc102bd488ca1ae/apps/vscode/vscode.py#L391-L396)\n12. **Copy command ID** - Copy command ID for the selected command in the VSCode command palette\n    - [vscode.talon](https://github.com/AndreasArvidsson/andreas-talon/blob/ef049e9cf50b2694ee1b2f039fc102bd488ca1ae/apps/vscode/vscode.talon#L252)\n    - [vscode.py](https://github.com/AndreasArvidsson/andreas-talon/blob/ef049e9cf50b2694ee1b2f039fc102bd488ca1ae/apps/vscode/vscode.py#L382-L389)\n13. **Wake Talon on double pop noise** - When Talon is in sleep mode a rapid double pop noise will wake Talon\n    - [on_pop.py](https://github.com/AndreasArvidsson/andreas-talon/blob/ef049e9cf50b2694ee1b2f039fc102bd488ca1ae/misc/on_pop.py)\n    - [sleep.py](https://github.com/AndreasArvidsson/andreas-talon/blob/ef049e9cf50b2694ee1b2f039fc102bd488ca1ae/misc/sleep/sleep.py#L23-L29)\n\n## Dependencies\n\n-   [Talon Voice](https://talonvoice.com) - The software that makes it all happen\n-   [Cursorless](https://github.com/cursorless-dev/cursorless) - Don't even try to edit code without it\n-   [Andreas VSCode Talon extension](https://github.com/AndreasArvidsson/vscode-talon-extension) - My own VSCode extension that adds multiple features for using VSCode with Talon\n-   [Rango Talon](https://github.com/AndreasArvidsson/rango-talon) - Rango Talon side\n-   [Rango extension](https://addons.mozilla.org/en-US/firefox/addon/rango) - Rango extension browser side\n-   [Command client](https://github.com/AndreasArvidsson/talon-vscode-command-client) - Command RPC client Talon side\n-   [Command server](https://marketplace.visualstudio.com/items?itemName=pokey.command-server) - Command RPC extension VSCode side\n-   [nircmd](https://www.nirsoft.net/utils/nircmd.html) - Change playback device on windows\n-   [clipboard-cli](https://www.npmjs.com/package/clipboard-cli) - CLI copy/paste\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreasarvidsson%2Fandreas-talon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreasarvidsson%2Fandreas-talon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreasarvidsson%2Fandreas-talon/lists"}