Snippet Vault
the only snippet manager you will ever need ;). It started with that during development of one of my last projects I had to test the system with specific user ids and I am crap at remembering things, So I started putting the ids in text files but then I had to remember where i saved my snippets. Wouldn’t it be great to have all your snippets in one searchable place?! I thought so! This lead to me start to hacking together a react based solution hosted as an electron app.
The app will allow you to create, edit, delete, order and off course search your snippets. the search will search both the title and the actual content of a snippet.
The app offers short cuts to 9 favorite snippets. All snippets are copied to the clip-board ready to be pasted where ever they are needed.
If you find this useful feel free to check it out and download, its free and open source. You are also more than welcome to contribute if you want to. checkout the github page below.
Snippet Vault
Check out and contribute to the awesome snippet vault.
or simply install it and enjoy!

node js
is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside of a browser

react js
React is a JavaScript library for building user interfaces.

electron
Electron is an open-source framework developed and maintained by GitHub. Electron allows for the development of desktop GUI applications using web technologies: It combines the Chromium rendering engine and the Node.js
Recent Comments