Linux/Ubuntu: To-Do List management task - A command line todo manager

plWit

 

Install:

sudo apt-get install task
$ task add some very important task
$ task

 

You can also install vit if you want an alternative UI to this list. There are also some command line tools for managing your agenda.

You can also install VIT View content

sudo apt-get install vit

 

Usage: http://manpages.ubuntu.com/manpages/maverick/man1/task.1.html

Official website: http://taskwarrior.org/

 

Example:

 

30 Second Tutorial

Basic usage from the 30-Second Tutorial.

$ task add Read Taskwarrior documents later
$ task add priority:H Pay bills
$ task next
$ task 2 done
$ task
$ task 1 delete

 

Filters

A filter is how you restrict the tasks to just those that you want to see or modify.

Show tasks I added in the last 4 days.

$ task entry.after:today-4days list

 

Show tasks I added yesterday.

$ task entry:yesterday list

 

Show tasks I added in the last hour.

$ task entry.after:now-1hour list

 

Show tasks I completed between a date range.

$ task end.after:2015-05-01 and end.before:2015-05-31 completed

 

Show tasks I completed in the last week.

$ task end.after:today-1wk completed

 

Show tasks in This project or That project.

$ task project:This or project:That list

 

More: http://taskwarrior.org/docs/examples.html

Full documentation: http://taskwarrior.org/docs/

 

Original/From: Linux/Ubuntu: Command line task (To-Do List) management task - A command line todo manager

 

 

 

 

 

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326944943&siteId=291194637