Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egoist/dropcode
A simple and lightweight code snippet manager.
https://github.com/egoist/dropcode
Last synced: 5 days ago
JSON representation
A simple and lightweight code snippet manager.
- Host: GitHub
- URL: https://github.com/egoist/dropcode
- Owner: egoist
- License: mit
- Created: 2022-10-27T16:56:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T18:04:19.000Z (almost 2 years ago)
- Last Synced: 2024-10-22T12:52:37.416Z (12 days ago)
- Language: TypeScript
- Homepage:
- Size: 486 KB
- Stars: 747
- Watchers: 5
- Forks: 31
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tauri - Dropcode - Simple and lightweight code snippet manager. (Applications / Developer tools)
README
# Dropcode
Dropcode is a simple and lightweight code snippet manager. It's built with Tauri and Solid.js.
Dropcode is local-only, you can use iCloud / Dropbox / Google Drive / etc. to sync your snippets.
## Download
[Download the latest release (macOS & Windows)](https://github.com/egoist/dropcode/releases/latest).
## Tips
### Move multiple snippets to Trash
Shift + Click on multiple snippets:
https://user-images.githubusercontent.com/8784712/198996579-621907e6-a60d-4891-b50c-e61dfd38cff6.mp4
### VSCode snippets support
Configure snippet triggers and sync them to VSCode:
https://user-images.githubusercontent.com/8784712/198997523-464d5639-2f10-46ad-b9e1-5b019806163b.mp4
## Development
Build and run this app from source:
1. Install Node.js
2. Install pnpm
3. Install Rust```bash
pnpm i
pnpm tauri dev
```## License
Dropcode is licensed under the MIT license. See [LICENSE](LICENSE) for more information.