This is a simple desktop app that lets you save your most frequently used Code Snippets with syntax highlighting.
sudo npm install -g n
sudo n stable
npm uninstall
npm install
npm install electron --save-dev
git clone https://github.com/piyush0/Snipper
cd Snipper
npm install
npm start
- Electron
- Nodejs
- NeDB
- Ace Editor for Syntax Highlighting
-
Add a sort by functionality so that snippets can be sorted on the basis of language, title or date.
-
Creating installation packages for Windows, Mac and Linux
-
Optimise ace and bootstrap packages to reduce size
-
UI improvements