AlexKMDev / rs-notes

command-line notes manager written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rs-notes

simple CLI notes manager written in Rust

Usage

Show help

rs-notes -h

To add note just type

rs-notes -a 'The quick brown fox jumps over the lazy dog'

Delete note

rs-notes -d 1

Show all notes with it's contents

rs-notes -l

About

command-line notes manager written in Rust


Languages

Language:Rust 100.0%