LinTut

Install Taskwarrior (terminal based todo application) on Ubuntu based distribution

taskwarrior

taskwarrior

Taskwarrior is Free and Open Source Software that manages your TODO list from your command line. It is flexible, fast, efficient, and unobtrusive. It does its job then gets out of your way.
If you spend a lot of time on terminal (as a developer or system administrator) then constantly switching to a web app or another GUI based todo applicaations may not be a very productive thing to do. In that case, you may want to try a simple command line application instead.

Install Taskwarrior (terminal based todo application) on Ubuntu based distribution

If you want to install Taskwarrior (terminal based todo application) on Ubuntu And Mint Linux enter following command:

$ sudo apt-get install todo -y

How to use taskwarior

Taskwarrior has human-friendly natural command line syntax. You will also like its simplicity. I like how it doesn’t reinforce any particular methodology. Here is a simple command for adding a task:

$ task add Example task due:Tomorrow

Example screen:

Taskwarrior – command line todo app

Few important commands you should know

If you want to know more about the features read the man pages (man task) or read some tutorials on official website.

Exit mobile version