https://github.com/zavvdev/todocli
CLI ToDo list application
https://github.com/zavvdev/todocli
cli rust rust-lang todo todo-app todo-list todoapp todolist
Last synced: 10 months ago
JSON representation
CLI ToDo list application
- Host: GitHub
- URL: https://github.com/zavvdev/todocli
- Owner: zavvdev
- Created: 2024-03-11T19:05:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T16:38:59.000Z (almost 2 years ago)
- Last Synced: 2025-02-06T05:13:52.755Z (12 months ago)
- Topics: cli, rust, rust-lang, todo, todo-app, todo-list, todoapp, todolist
- Language: Rust
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todocli
#### _CLI ToDo list application_
## Commands:
### ✔ exit
Exit program
### ✔ help
View available commands
### ✔ list
View all tasks
### ✔ clear
Clear tasks
### ✔ add
Add new task
### ✔ edit 2
Edit task by index where 2 is index
### ✔ remove 2
Delete task by index where 2 is index
### ✔ done 2
Mark task as DONE where 2 is index
### ✔ undone 2
Mark task as UNDONE where 2 is index
### ✔ save
Save list to file
### ✔ load
Load list from file