10 lines
475 B
Markdown
10 lines
475 B
Markdown
# 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 tasks
|
|
- [ ] `todo did {number}`    - mark a numbered task as completed
|
|
- [ ] `todo undid {number}`   - mark a numbered task as incomplete
|
|
- [ ] `todo done`        - lists all the completed tasks |