Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 954 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 954 Bytes

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).

Tips

Move multiple snippets to Trash

Shift + Click on multiple snippets:

CleanShot.2022-10-31.at.19.13.40.mp4

VSCode snippets support

Configure snippet triggers and sync them to VSCode:

CleanShot.2022-10-31.at.19.25.28.mp4

Development

Build and run this app from source:

  1. Install Node.js
  2. Install pnpm
  3. Install Rust
pnpm i
pnpm tauri dev

License

Dropcode is licensed under the MIT license. See LICENSE for more information.