Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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.