Skip to content

cringey303/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NotesCLI

Screenshot 2026-01-01 at 15 12 51

Installation

Prerequisites

You need to have Rust and Cargo installed on your machine. You can install them here: rustup.rs.

Installing with Cargo

You can install this tool directly from GitHub using Cargo.

cargo install --git https://github.com/cringey303/notes

After installing, run

notes

Features:

  • Uses serde to convert note objects into saveable strings
  • Saves to notes.json for continuity
  • Uses Inquire for a selectable menu
  • Terminal colors

Next steps:

  • Add note edit/search functionality
  • Add CLAP (command line argument parser) functionality for quick commands

OR Building from source

Installation & Usage

  1. Clone the repository (or download the files):
    git clone https://github.com/cringey303/notes
    cd notes
  2. Run the program
    cargo run

Now you are ready to create notes!

About

A notes app to help me learn Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages