Don't let the cursor slow you down
Go to file
Pokey Rule c914d477c9
Improve JSdocs (#1079)
Co-authored-by: Andreas Arvidsson <andreas.arvidsson87@gmail.com>
2022-10-24 13:48:52 +02:00
.github .github/workflows: Bump actions for node16 (#1068) 2022-10-22 14:31:18 +01:00
.vscode Add cursorless-talon-dev (#1017) 2022-10-11 00:07:44 +02:00
cursorless-nx Support complex relative grammar (#987) 2022-10-07 20:58:00 +02:00
cursorless-snippets Support insertSnippet action (#304) 2022-06-30 14:40:04 +01:00
cursorless-talon Generic scope handler interfaces (#1031) 2022-10-23 11:56:31 +02:00
cursorless-talon-dev Add cursorless-talon-dev (#1017) 2022-10-11 00:07:44 +02:00
data/playground Small playground improvements (#1025) 2022-10-10 23:35:26 +02:00
docs Generic scope handler interfaces (#1031) 2022-10-23 11:56:31 +02:00
docs-site Add landing page (#857) 2022-09-15 16:31:10 +01:00
fonts Add a status bar item for cursorless (#881) 2022-08-03 17:15:41 +01:00
images Remove trailing new lines in svgs (#650) 2022-04-25 16:31:09 +01:00
schemas Disallow additional properties in snippets (#808) 2022-06-30 16:09:18 +01:00
scripts Add landing page (#857) 2022-09-15 16:31:10 +01:00
src Improve JSdocs (#1079) 2022-10-24 13:48:52 +02:00
.editorconfig Remove trailing new lines in svgs (#650) 2022-04-25 16:31:09 +01:00
.eslintrc.json Add ESLint recommended rules (#776) 2022-07-16 16:36:32 +01:00
.git-blame-ignore-revs More pre-commit integration (#649) 2022-04-26 07:41:27 +01:00
.gitignore Add landing page (#857) 2022-09-15 16:31:10 +01:00
.pre-commit-config.yaml pre-commit: add talonfmt (#1001) 2022-10-20 07:19:23 +01:00
.prettierignore Add landing page (#857) 2022-09-15 16:31:10 +01:00
.vscodeignore Fix status bar icon (#913) 2022-08-15 22:27:35 +02:00
.yarnrc Run pre-commit 2022-04-25 11:21:26 +01:00
CHANGELOG.md Change cursorless-dev/cursorless-vscode to cursorless-dev/cursorless (#656) 2022-04-26 13:56:23 +01:00
CONTRIBUTING.md Serve docs folder and API reference on GitHub pages (#477) 2022-03-16 23:23:03 +00:00
LICENSE Add license 2021-05-04 12:07:25 +01:00
netlify.toml Add landing page (#857) 2022-09-15 16:31:10 +01:00
NOTICE.md Clean up badges; add ratings badge (#488) 2022-01-17 14:06:49 +00:00
package.json Switch to chai for assertions (#1034) 2022-10-14 13:11:11 +02:00
README.md Add more extension fields to package.json (#869) 2022-07-15 17:00:46 +01:00
third-party-licenses.csv Create local extension sandbox (#691) 2022-05-25 19:46:15 +01:00
tsconfig.json Reimplement cheatsheet using html (#619) 2022-07-07 15:35:23 +01:00
vsc-extension-quickstart.md Run pre-commit 2022-04-25 11:21:26 +01:00
yarn.lock Switch to chai for assertions (#1034) 2022-10-14 13:11:11 +02:00

Welcome to Cursorless!

Version Rating Documentation Tests Maintenance License: MIT

Cursorless is a spoken language for structural code editing, enabling developers to code by voice at speeds not possible with a keyboard. Cursorless decorates every token on the screen and defines a spoken language for rapid, high-level semantic manipulation of structured text.

Checkout the docs and videos to learn more. See installation for installation instructions.

And I heard you like GIFs?

Curly repack ox Move arg air and each to after drum Chuck tail red pipe slice past end of file

Installation

Currently depends on Talon, though a keyboard version is planned.

See installation for installation instructions.

Extension Settings

This extension contributes the following settings:

  • cursorless.showOnStart: Whether decorations should appear on workspace start
  • cursorless.hatSizeAdjustment: Percentage to increase or decrease hat size; positive increases size
  • cursorless.hatVerticalOffset: How much to vertically shift the hats as a percentage of font size; positive is up
  • cursorless.hatEnablement.colors: Whether to enable particular hat colors.
  • cursorless.hatEnablement.shapes: Whether to enable particular hat shapes.
  • cursorless.hatPenalties.colors: How much to penalize each hat color. You will probably want to set this one to the number of syllables in the given style. Cursorless will then sort every style combination by number of syllables to refer to it.
  • cursorless.hatPenalties.shapes: How much to penalize each hat shape. You will probably want to set this one to the number of syllables in the given style. Cursorless will then sort every style combination by number of syllables to refer to it.
  • cursorless.maximumHatStylePenalty: The maximum allowed penalty for a hat style. Any hat style whose penalty is greater than this amount will not be used. A hat style penalty is defined to be the shape penalty plus the colour penalty. Setting this value less than or equal to zero is treated as no maximum.

Known Issues

  • Cursorless calculates the position of the hats based on the characteristics of your font. If you find that the hats are off center you can try running this command: cursorless.recomputeDecorationStyles

Contributing

See contributing.

Change Log

See CHANGELOG.md.

Attributions

See NOTICE.md.