snippet-manager
snippet-manager copied to clipboard
The dead-simple snippet manager
code-snippets
The dead-simple snippet manager
After trying countless snippet managers, I've finally decided that what I need is something that is fast (and quick to use), dead simple, and reliable.
The result? This.
Download/Install
Download the appropriate file from the releases tab to run and install.
Development
(you are going to do all the following in the src/
directory)
Installing dependencies:
npm install
Running the source code:
npm start
Building:
npm run build
Builds the app for macOS, Linux, and Windows, using electron-packager.
License
MIT © aaronduino