Important
You have to install a Nerd Font in order to display correctly some symbols
$ linetasker new "Finish writing unit tests"
$ linetasker new "Finish writing unit tests" -p 5 --tags urgent --tags production --tags CI
-p
/--priority
: priority of the task 1 -> 5 [1 by default]
-t
/ --tags
: add tags to the task
$ linetasker list
$ linetasker list -n 9 -t production
-n
: number of the tasks to display from the top-t
: filter by tags
$ linetasker done <ID>
ID
: integer
$ linetasker del <ID>
$ linetasker clean
$ linetasker reset -y
-y
: flag for bypassing confirmation prompt