Skip to content

A cross platform desktop app that lets you save your frequently used code snippets.

License

Notifications You must be signed in to change notification settings

piyush0/Snipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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