#note #built #notes #edit #delete #ui #minutes

yanked note-taker-rust

Note taker is an open source minimal note taking tool built in 30 minutes

2 releases

new 0.1.0-alpha.1 Feb 25, 2025
0.0.1 Feb 25, 2025

#2 in #minutes

49 downloads per month

MIT license

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