🎉 A snippet management app for developers 🚀
SnippetStore is an application for developers to store their snippets and quickly retrieve them when needed. SnippetStore mainly focus on storing code therefor its interface is small and simple, perfect for busy developers who doesn't care about small details.
There are many requests for macOS support and I'm sure many of you guys who are mac users will want SnippetStore to be available in homebrew and able to run on macOS too. But in order to do that, I need help from you guys to afford a mac to test & build this project and many more other projects in the future. It would be a huge help if you can buy me a coffee 😄
SnippetStore is also available on issuehunt
A massive thank you to these donators
Trevor Robertson |
---|
Currently SnippetStore only available for linux and windows.
If you're using MacOS, you can also build a version for you OS too (not guarantee it will work!)
npm run dist:mac
You can get the latest release of SnippetStore here
SnippetStore currently support 2 themes dark and light
Light theme | Dark theme |
---|---|
With SnippetStore you can assign multiple tags to your snippet and easy find them using the tag list on the right bar
Not satisfied with a single file snippet? With SnippetStore you can now store multiple files within a snippet
SnippetStore currently support 2 snippet list layout:
Original | List and details |
---|---|
SnippetStore currently support 2 languages:
- English
- Vietnamese
Action | Key |
---|---|
Open create snippet modal | ctrl + n |
Open setting modal | ctrl + , |
Toggle small sidebar mode | ctrl + b |
Close all modal | esc |
Save snippet | ctrl + s |
Discard snippet changes | esc |
Navigate in snippet list | ctrl + pageup, ctrl + pagedown |
- Framework: Electron
- Bundler: Webpack, Babel, Electron-builder
- Language: JavaScript(ES6), Sass
- Library: React, MobX, Mousetrap, react-toastify, react-tooltip, CodeMirror
- Lint: ESLint
- Test: Jest
Check out contributing.md