A directory based cli tool for managing tasks in a project
To install todo with cargo run the following command
cargo install --git https://github.com/danielronalds/todo.git
To build a binary from source run the following commands
git clone https://github.com/danielronalds/todo.git
cd todo/
cargo build