note-taker-rust

Crates.ionote-taker-rust
lib.rsnote-taker-rust
version0.1.0-alpha.1
created_at2025-02-25 03:04:28.828354+00
updated_at2025-02-25 03:18:20.40929+00
descriptionNote taker is an open source minimal note taking tool built in 30 minutes
homepage
repositoryhttps://github.com/hijknight/note-taker.git
max_upload_size
id1568650
size30,035
Harrison Knight (hijknight)

documentation

README

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

Commit count: 0

cargo fmt