Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 893 Bytes

README.md

File metadata and controls

49 lines (33 loc) · 893 Bytes

Snipper

This is a simple desktop app that lets you save your most frequently used Code Snippets with syntax highlighting.

Screenshots

Update npm and node

sudo npm install -g n
sudo n stable
npm uninstall
npm install
npm install electron --save-dev

How to install

git clone https://github.com/piyush0/Snipper

cd Snipper

npm install

How to run

npm start

Technologies involved

  • Electron
  • Nodejs
  • NeDB
  • Ace Editor for Syntax Highlighting

TODO

  • 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