A free and open source command snippets manager for organize and copy fast.
Forked from gurayyarar/SnipCommand and added some new features.
-
- Snippets code font family changed to monospace
-
- New: Limit the contents of a code block displayed in the commands list (File > Preferences > Settings > Line clamp)
- New: Show/hide command code block in the commands list (File > Preferences > Settings > Show command)
- New: Order commands by title (File > Preferences > Settings > Order by)
-
- New: Autoclose (File > Preferences > Settings > Auto close)
-
- New: Autocopy settings (File > Preferences > Settings > On Click Action)
- Fix: Long string breaks design
# install dependencies
yarn install
# serve with hot reload
yarn electron-dev
# build electron application for production
yarn release