A simple and elegant notes application built with Rust
clone this repository and build it with cargo
git clone https://github.com/MCGirgin/notes.git
cd notes
cargo build --releaseThen, binary should be in target/release folder
You can download the app from releases page depending on your system.
- Create and manage notes
- Rich text editing
- Live search
- Drag and drop reordering
- Edit/view modes
- Auto-save
- Persistent storage
- Copy to clipboard
- Cross-platform
- Clean, minimal UI
- Native performance
- Memory efficient
