#note #built #notes #delete #edit #ui #source

yanked note-taker-rust

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

2 releases

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

#6 in #notes

Download history 205/week @ 2025-02-19 144/week @ 2025-02-26

349 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

~7–21MB
~259K SLoC