dsolartec / rust-notes-cli

Manage notes in your computer using the console.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Manage notes in your computer using the console.

License:MIT License


Languages

Language:Rust 100.0%