데스크톱 GitHub Gist 클라이언트
hackernews
|
|
📦 오픈소스
#취약점/보안
원문 출처: hackernews · Genesis Park에서 요약 및 분석
요약
Lepton은 GitHub Gist 기반의 데스크톱 코드 스니펫 관리자로, macOS, 윈도우, 리눅스를 지원하며 마크다운과 주피터 노트북 호환 등 무제한의 스니펫 관리 기능을 제공합니다. 사용자는 검색, 대시보드, 몰입 모드 같은 다양한 단축키를 활용할 수 있고, 테마 및 에디터 설정 등을 포괄적으로 커스터마이징할 수 있습니다. 이 프로젝트는 일렉트론과 리액트 프레임워크로 개발되었으며 MIT 라이선스하에 제공되어 오픈 소스로 무료 사용이 가능합니다.
본문
Lepton is a lean code snippet manager powered by GitHub Gist. Check out the latest release. - Unlimited public/secret snippets - Unlimited tags - Language groups - Markdown/JupyterNotebook - GitHub Enterprise - GitHub token - Immersive mode - Customizable - Light/Dark theme - macOS/Win/Linux - Dashboard - Search - Proxy - Free | Light Theme | Dark Theme | |---|---| | Organize | Markdown | Jupyter Notebook | |---|---|---| | Search (⇧ + Space) | Immersive Mode (⌘/Ctrl + i) | Dashboard (⌘/Ctrl + d) | |---|---|---| | Function | Shortcut | Note | |---|---|---| | New Snippet | Cmd/Ctrl + N | Create a snippet | | Edit Snippet | Cmd/Ctrl + E | Edit a snippet | | Delete Snippet | Cmd/Ctrl + Del | Delete selected snippet | | Submit | Cmd/Ctrl + S | Submit the changes from the editor | | Cancel | Cmd/Ctrl + ESC | Exit the editor without saving | | Sync | Cmd/Ctrl + R | Sync with remote Gist server | | 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 | Lepton's can be customized by /.leptonrc ! You can find its exact path in the About page by Command/Ctrl + , . Create the file if it does not exist. - Theme (light/dark) - Snippet - Editor - Logger - Proxy - Shortcuts - Enterprise - Notifications Check out the configuration docs to explore different customization options. - Framework: Electron - Bundler: Webpack, Babel, electron-builder - Language: ES6, Sass - Library: React, Redux, Redux Thunk, Redux Form - Lint: ESLint Now you can learn about Lepton project's code structure in DeepWiki! - macOS/Windows/Linux: Download the released packages - macOS: Install via Homebrew brew install --cask lepton - Linux: Install via Snap Store snap install lepton $ git clone https://github.com/hackjutsu/Lepton.git $ cd Lepton && yarn install # inspect stale dependencies $ yarn check-outdated Register your application, and put your client id and client secret in ./configs/account.js . module.exports = { client_id: , client_secret: } $ yarn build && yarn start Read electron-builder docs and check out the code signing wiki before building the installer app. Build apps for macOS. $ yarn dist -m Build apps for Windows. $ yarn dist -w Build apps for Linux. Need a running Docker daemon to build a snap package. $ yarn dist -l Build apps for macOS, Windows and Linux. $ yarn dist -wml Build apps for the current OS with the current arch. $ yarn dist MIT © hackjutsu
Genesis Park 편집팀이 AI를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.
공유