Lepton is a lean snippet manager based on GitHub Gist. Check out its latest release.
- Unlimited public/private snippets
- Unlimited tags
- Language groups
- Immersive mode
- Markdown support
- macOS/Win/Linux support
- GitHub Enterprise support
- Dashboard
- Customizable
- Search
- Proxy
- Free
Organize | Markdown | Immersive Mode (⌘/Ctrl + i) |
---|---|---|
Search (⇧ + Space) | Tags | Dashboard (⌘/Ctrl + d) |
---|---|---|
Function | Shortcut | Note |
---|---|---|
New Snippet | Cmd/Ctrl + N |
Create a snippet |
Edit Snippet | Cmd/Ctrl + E |
Edit a snippet |
Submit | Cmd/Ctrl + S |
Submit the changes from the editor |
Cancel | Cmd/Ctrl + ESC |
Exit the editor without saving |
Immersive Mode | Cmd/Ctrl + I |
Toggle the Immersive mode |
Dashboard | Cmd/Ctrl + D |
Toggle the dashboard |
About Page | Cmd/Ctrl + , |
Toggle the About page |
Search | Shift + Space |
Toggle the search bar |
- Framework: Electron
- Bundler: Webpack, Babel, electron-builder
- Language: ES6, Sass
- Library: React, Redux, Redux Thunk, Redux Form
- Lint: ESLint
- Download released binaries(macOS/Windows/Linux) here.
- Install via Homebrew (macOS)
brew cask install lepton
$ git clone [email protected]:hackjutsu/Lepton.git
$ cd Lepton && npm i
Register your application, and put your client id and client secret in ./configs/account.js
.
module.exports = {
client_id: <your_client_id>,
client_secret: <your_client_secret>
}
$ npm run build && npm run start
Read electron-builder docs and check out the code signing wiki before building the installer app.
Build apps for macOS.
$ npm run dist -- -m
Build apps for Windows.
$ npm run dist -- -w
Build apps for Linux.
Need a running Docker daemon to build a
snap
package.
$ npm run dist -- -l
Build apps for macOS, Windows and Linux.
$ npm run dist -- -wml
Build apps for the current OS with the current arch.
$ npm run dist
Lepton can be configured by <home_dir>/.leptonrc
in the these fields. (Create the file if it does not exist.)
- Snippet
- Editor
- Logger
- Proxy
- Enterprise
Check out the .leptonrc template to explore their options.
hackjutsu | wujysh | DNLHC | meilinz | lcgforever | Calinou |
rogersachan | passerbyid | YYSU | cixuuz | Gisonrg | ArLEquiN64 |
popey | tonyxu-io | rawrmonstar |
MIT © hackjutsu