cade-task

A loose wrapper around reminders-cli


Keywords
cli, command-line, todo
License
MIT
Install
pip install cade-task==0.4.2

Documentation

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.