Skip to content

0.9.3

Compare
Choose a tag to compare
@BRO3886 BRO3886 released this 23 Jun 11:02
· 15 commits to master since this release
55d6d29

added a new flag on tasks command

Usage:

  1. With pre-selected tasklist
gtasks tasks -l <tasklist title> subcommand

Example:

gtasks tasks -l "To watch" view
  1. Without pre-selected tasklist
gtasks tasks <subcommand>

Will show a prompt to select tasklist at runtime.

prettier printing in cli

fixes the issue with completed tasks being shown even when the --include-completed flag was missing

Example:

gtasks tasks -l "To watch" view [--include-completed|-i]