Skip to content

alalfakawma/todo_list_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List (ncurses)

Screenshot

Todo List screenshot

Install

Make sure you have Cargo installed, if you install the rust package, I think it should come with it. Mine did (on Manjaro system btw). Run the following code to install the package as a binary

cargo install todo_list
Clone and check it out
git clone https://github.com/alalfakawma/todo_list_rust.git
cd todo_list_rust/
cargo run