Skip to content

Forest

Latest
Compare
Choose a tag to compare
@stevescruz stevescruz released this 07 May 23:44
· 7 commits to master since this release

Release Notes

Commands

  • Added the task tag command. It marks a task with a tag, enabling us to filter them when with the task list -f <tag> command.
  • Added the task untag command. It removes a task's tag.
  • The task list command was reworked to show all tasks by default. Previously it only listed pending tasks.
  • Removed the -a (alias: --all) option from the task list command. Previously it was responsible for listing all tasks.
  • Reworked the -s (alias --show) option to the task list command. It only displays the pending tasks or the done tasks.
  • Added the -f (alias: --filter) option to the task list command. It only list tasks with the provided tag.
  • Added the -t (alias: --tag) option to the task add command. It tags a task during its creation.

UI

  • Reworked how the results of the task list command are rendered.
  • Reworked how the results of the task next command are rendered.