Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.11 KB

File metadata and controls

52 lines (33 loc) · 1.11 KB

Taskgopher

license standard-readme compliant

⚠ 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

See the contributing file!

PRs accepted.

Small note: If editing the Readme, please conform to the standard-readme specification.

License

MIT © Jakob Helmecke.