cli + tui to publish to leaflet (wip) & manage tasks, notes & watch/read lists 馃崈
charm leaflet readability golang

Task Queries and Filtering#

Combine filters for precise task lists:

High priority work tasks due this week:

noteleaf task list \
  --project work \
  --priority high \
  --status pending

All completed tasks from specific project:

noteleaf task list \
  --project side-project \
  --status completed

Quick wins (tasks tagged as quick):

noteleaf task list --tags quick-win