cursorless icon indicating copy to clipboard operation
cursorless copied to clipboard

Don't let the cursor slow you down

Results 476 cursorless issues
Sort by recently updated
recently updated
newest added

## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet

We currently have connectives that zip lists of targets and form ranges between them. We also have "and", which is just a union at the set level. There are other...

enhancement

To help people trying to use an LLM to help them learn / use Cursorless, we should provide an llms.txt file that people can add as context. See: - https://llmstxt.org/...

documentation

Link to documentation for tutorial in Cursorless tutorial video descriptions https://www.youtube.com/watch?v=h6lM68jU2iI&t=119s

documentation

We have a few places where we put release notes: * https://github.com/cursorless-dev/cursorless/tree/main/changelog (short entries for each PR, used to automatically generate release notes) * https://www.cursorless.org/docs/user/release-notes/ (manually created / summarized posts)...

In the following, `|` is the cursor: ``` a | b ``` If I say "puff this" I would expect to get ``` a | b ``` but instead I...

- [ ] Remove the parsing of Cursorless snippets - [ ] Rename `CustomInsertionSnippet` et all (most likely drop `Custom`)

Instead of just spamming in the default channel create our own Cursorless channel. Once this is enabled maybe we could even put debug setting to true by default _edit @pokey_:...

- Work started in #1149 - See https://github.com/cursorless-dev/cursorless/issues/579#issuecomment-1161627378 for discussion ### Implementation matrix | | Python | Rust | Java | Typescript | C++ | C# | | ----------- |...

enhancement