https://github.com/cursorless-dev/talon-command-client
Client-side code to communicate with VSCode command server from talon
https://github.com/cursorless-dev/talon-command-client
Last synced: 3 months ago
JSON representation
Client-side code to communicate with VSCode command server from talon
- Host: GitHub
- URL: https://github.com/cursorless-dev/talon-command-client
- Owner: cursorless-dev
- Created: 2021-06-21T16:10:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T09:14:39.000Z (about 1 year ago)
- Last Synced: 2025-02-06T08:42:27.469Z (12 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Talon command client
This directory contains the client code for communicating with the [VSCode command server](https://marketplace.visualstudio.com/items?itemName=pokey.command-server).
## Contributing
The source of truth is in https://github.com/talonhub/community/tree/main/core/command_client, but the code is also maintained as a subtree at https://github.com/cursorless-dev/talon-command-client.
To contribute, first open a PR on `community`.
Once the PR is merged, you can push the changes to the subtree by running the following commands on an up-to-date `community` main: (need write access)
```sh
git subtree split --prefix=core/command_client --annotate="[split] " -b split
git push git@github.com:cursorless-dev/talon-command-client.git split:main
```