modulepackage
0.0.0-20210219155320-c84fef68148e
Repository: https://github.com/davecremins/taskwizard.git
Documentation: pkg.go.dev
# README
TaskWizard
Simple command line utility for tracking tasks & completed tasks
Installation
make install
TaskWizard add -desc="My first Task"
Available Commands
- list
- completed (Option to show completed tasks)
- add
- desc (Description of new task)
- move
- merge
- complete
- comment (Option to include comment for completion)
- import
- file (Path to file containing tasks to import)