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

vinayd1/Snipper

 
 

Repository files navigation

Build Status

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

How to install

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

cd Snipper

npm install

npm install electron --save -dev

How to run

npm start

Technologies involved

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

TODO

  • Optimise ace and bootstrap packages to reduce size

  • UI improvements

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 78.4%
  • HTML 21.6%