https://github.com/wi11-holdsworth/task_cli
A CLI app to track your tasks and manage your to-do list
https://github.com/wi11-holdsworth/task_cli
cli rust task to-do
Last synced: 6 months ago
JSON representation
A CLI app to track your tasks and manage your to-do list
- Host: GitHub
- URL: https://github.com/wi11-holdsworth/task_cli
- Owner: wi11-holdsworth
- License: unlicense
- Created: 2025-04-09T12:32:20.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-09T16:02:55.000Z (6 months ago)
- Last Synced: 2025-04-09T17:22:53.642Z (6 months ago)
- Topics: cli, rust, task, to-do
- Language: Rust
- Homepage: https://roadmap.sh/projects/task-tracker
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TODO
- [ ] abstract "get element" to a helper function
- [ ] create a filter tasks helper function and run print on that
- [ ] pretty print tasks
- [ ] write some tests in rust
- [ ] write function comments according to rust guidelines
- [ ] remove debug print statements
- [ ] resolve remaining todos
- [ ] write readme!
- [ ] build and release v1.0