An open API service indexing awesome lists of open source software.

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.

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.