Skip to content

cadeef/cade-task

Repository files navigation

Task (cade-task)

Task is a light CLI wrapper around Reminders.app (reminders-cli) with sane defaults to remove friction from GTD.

Quick Start

Install

pipx:

pipx install cade-task

More install options availble.

Set your project directory

Export TASK_PROJECT_DIR for your shell environment:

export TASK_PROJECT_DIR="${HOME}/awesome_stuff"

Go

$ task list
               Tasks
┌───┬─────────────────────────────┐
│ 0 │ Refactor code, all of it    │
│ 1 │ Add testing to generator    │
│ 2 │ Push to prod Friday evening │
└───┴─────────────────────────────┘

Check out usage or --help for more commands.

Caveats

  • Task wraps Keith Smiley’s reminders-cli. Task is intended as a backend-agnostic wrapper that standardizes use without being tied to a specific implementation— I don’t want to retrain muscle memory if a new killer app comes along.

License

This project is distributed under an MIT license, see LICENSE for more information.

Made it this far? You deserve a hug.