| Crates.io | snb |
| lib.rs | snb |
| version | 0.2.1 |
| created_at | 2025-02-28 16:46:47.309867+00 |
| updated_at | 2025-03-22 13:55:03.826799+00 |
| description | Plain text notes from the terminal. A Rust port of nb. |
| homepage | |
| repository | https://codeberg.org/mandarvaze/snb |
| max_upload_size | |
| id | 1572990 |
| size | 36,110 |
Superfast, minimalist note-taking from your terminal 1
A lightning-fast CLI note-taking tool written in Rust, inspired by nb. Perfect for developers who want to quickly capture thoughts without leaving their terminal.
cargo install snb
EDITOR environment variable)# Create a new note
snb add "This is a note" --title "My Awesome note"
# List all notes
snb
# Edit note by ID
snb edit <id>
# Delete note by ID
snb delete <id>
Note: Deleted note IDs are preserved (holes in sequence) for consistency with nb behavior.
For now, set the EDITOR environment variable manually.
git checkout -b feature/amazing-feature)git commit -am 'Add some amazing feature')git push origin feature/amazing-feature)Please ensure your PR:
This project is licensed under the MIT License - see the LICENSE file for details.
Name suggested by https://claude.ai/ 🙏 ↩