Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.26 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.26 KB

SnipCommand

A free and open source command snippets manager for organize and copy fast.

Forked from gurayyarar/SnipCommand and added some new features.

Releases

  • rotten77 / SnipCommand 0.1.5

    • Snippets code font family changed to monospace
  • rotten77 / SnipCommand 0.1.4

    • 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)
  • rotten77 / SnipCommand 0.1.3

    • New: Autoclose (File > Preferences > Settings > Auto close)
  • rotten77 / SnipCommand 0.1.2

    • New: Autocopy settings (File > Preferences > Settings > On Click Action)
    • Fix: Long string breaks design

Build Setup

# install dependencies
yarn install

# serve with hot reload
yarn electron-dev

# build electron application for production
yarn release