475 B
475 B
Todo CLI app
A CLI to-do app written in Rust.
List of Commands
todo list- lists all the tasks (should be numbered)todo add {}- adds {} to the taskstodo did {number}- mark a numbered task as completedtodo undid {number}- mark a numbered task as incompletetodo done- lists all the completed tasks