2 releases
new 0.1.0-alpha.1 | Feb 25, 2025 |
---|---|
0.0.1 |
|
#2 in #minutes
49 downloads per month
10KB
180 lines
note-taker-rust 📝
A lightweight and simple cli note-taking application built with Rust
- ✅ Create, Edit, Delete, and View notes.
- ✅ Note Sorting
- ✅ Stores notes in JSON format
- ✅ Simple terminal-based UI
📦 Install
1. Clone the Repository
$ git clone git@github.com:hijknight/note-taker.git
$ cd note-taker
2. Install Dependencies
$ cargo build
3. Run
$ cargo run
⌨️ Controls
- Menu Options for actions
- Press 'q' to exit tui note viewer
👷 Built with:
Future
- Keyboard navigation
- Scrolling on long notes
- Search notes with fuzzy finder or ripgrep
🪪 License
Feel free to use and modify
Dependencies
~6–21MB
~246K SLoC