Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 791 Bytes

File metadata and controls

41 lines (30 loc) · 791 Bytes

NOTES

Description

A simple and elegant notes application built with Rust

Installation

From source

clone this repository and build it with cargo

git clone https://github.com/MCGirgin/notes.git
cd notes
cargo build --release

Then, binary should be in target/release folder

Download from releases page

You can download the app from releases page depending on your system.

Features

  • 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