King of the latest command line TODO Tool
GuideTaskwarrior is a simple and direct command line-based TODO tool in Ubuntu/Linux. This open-source software is one of the simplest command line-based tools I have ever used. Taskwarrior can help you better organize yourself without installing heavy new tools-this sometimes loses the goal of TODO.Taskwarrior: A simple TODO Tool Based on command lines to help complete tasks
Taskwarrior is an open-source, cross-platform, command-line-based TODO tool that helps you manage your to-do list on your terminal. This tool allows you to easily add tasks, display lists, and remove tasks. In addition, there is no need to install a new PPA in your default repository. In Ubuntu 16.04 LTS or similar releases. Follow the steps below to install Taskwarrior on the terminal.
sudo apt-get install task
The simple usage is as follows:$ task add Read a bookCreated task 1.$ task add priority:H Pay the billsCreated task 2.
I use the same example above. Yes, you can set the priority (H, L, or M ). You can use the 'task' or 'Task next' command to view the to-do list you have recently created. For example:
$ task nextID Age P Description Urg-- --- - -------------------------------- ---- 2 10s H Pay the bills 6 1 20s Read a book 0
After completion, you can use 'Task 1 done' or 'Task 2 done' to clear the list. You can find more comprehensive commands and use cases here. Similarly, Taskwarrior is cross-platform, which means that you can find a version that meets your needs. If you need it, there is even an Android version. Have a good time!
From: https://linux.cn: 443/article-7799-1.html
Address: http://www.linuxprobe.com/taskwarrior-linux-command.html