https://github.com/kostya-zero/taskerplusplus
A better minimalist tasks manager.
https://github.com/kostya-zero/taskerplusplus
Last synced: 10 months ago
JSON representation
A better minimalist tasks manager.
- Host: GitHub
- URL: https://github.com/kostya-zero/taskerplusplus
- Owner: kostya-zero
- Created: 2025-09-11T17:02:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-10-04T06:28:03.000Z (10 months ago)
- Last Synced: 2025-10-04T08:30:11.409Z (10 months ago)
- Language: C++
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tasker++
A better minimalist tasks manager.
This project is a rewrite of my old C project called [tasker](https://github.com/kostya-zero/tasker) into C++ language.
By the way, it's made for learning the C++ language, not for the actual use.
### Roadmap
- [x] `add` command
- [x] `list` command
- [x] `remove` command
- [x] `check` command
- [x] Rewrite error handling with `tl::expected`
- [ ] Setup GitHub Action builds
- [ ] Better CLI visuals
- [ ] Redesign tasks list
- [ ] Use icons in the output.