Terminder is a dead simple task manager cli that I wrote for my own purposes. Uses the ceral serialization library.
- cereal
- clang++
- GNU Make
For nix users: nix build
For everyone else: make && make install
(installs to ~/.local/usr/bin by default)
Terminder supports the following commands:
- Add a task:
task add <mm/dd>
- Adds a new task with an optional specified due date. - Complete a task:
task complete <task name>
- Marks a specified task as complete. - Delete a task:
task delete <task name>
- Removes a specified task from the list. - View tasks:
task list
- Displays all tasks. - Help:
task help
- Displays available commands.
Contributions to Terminder are welcome! I'm not keeping the issues section updated but PRs are welcome.
MIT License. Do whatever you want with this.