Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 765 Bytes

File metadata and controls

19 lines (13 loc) · 765 Bytes

Rust Notes CLI

License

This is a console application to manage notes in your computer. Tested only on Linux

Build application

First, you need have Rust installed in your computer and then run cargo build --release, or you can run cargo run.

How to use

You must only execute the generated file (./target/release/rust-notes-cli) and then use the console commands.

Type help in the console to see the avaliable commands.

Screenshot

Create, edit, read and remove note, view all notes, help and quit command

Contributors