shubhamvashisht / Snipper

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snipper

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

Screenshots

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

About

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

License:MIT License


Languages

Language:JavaScript 63.5%Language:HTML 36.5%