modulepackage
0.0.0-20240507162431-8a491d972e6f
Repository: https://github.com/helmecke/taskgopher.git
Documentation: pkg.go.dev
# README
Taskgopher
⚠ WARNING: Active development, not even working!
Personal task manager inspired by taskwarrior.
Table of Contents
Background
I love taskwarrior but there some quirks which bug me.
Install
As it's early in development install it via go install
:
go install github.com/helmecke/taskgopher
Usage
Create, list and complete a task:
alias t=taskgopher
t add very important task due:2022-07-01
t due:2022-07-01 list
t 1 complete
Contributing
PRs accepted.
Small note: If editing the Readme, please conform to the standard-readme specification.