Skip to content

Instantly share code, notes, and snippets.

@thomaswilburn
Created September 5, 2014 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomaswilburn/e24b30e037a40d5d59bf to your computer and use it in GitHub Desktop.
Save thomaswilburn/e24b30e037a40d5d59bf to your computer and use it in GitHub Desktop.

Caret

Caret is a serious, graphical programmer's editor running as a Chrome Packaged App. Inspired by Sublime and built on top of the Ace editing component, it offers powerful features like:

  • multiple cursors
  • tabbed editing and retained files
  • syntax highlighting and themes
  • command palette/smart go to
  • hackable, synchronized configuration files
  • project files and folder view

More information, links to Caret in the Chrome Web Store, and an external package file are available at http://thomaswilburn.net/caret. Documentation can be found in the [wiki](https://github.com/thomaswilburn/Caret/wiki).

You can also easily load Caret from source, either to hack around on or to have the absolute bleeding edge. You'll need to have Node and NPM installed first, then follow these steps:

  1. Clone this repo to your local machine
  2. Run npm install to get the development dependencies (Grunt, LESS, and some other packages)
  3. Start grunt, which will generate the CSS files from the LESS source
  4. Visit chrome://extensions and enable Developer Mode.
  5. Still on the extensions page, click the button marked "Load unpacked extension..." and select the directory containing Caret's manifest.json.

If you use Caret and would like to show your appreciation, please consider donating to the [EFF's Fund to End Software Patents](https://my.fsf.org/donate/directed-donations/esp). You can also give a gift through [Gittip](https://www.gittip.com/thomaswilburn/).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment