These on the lookout for a wonderful terminal-based time management tool for the Linux command line want look no additional than the Taskwarrior app. It’s a neat software that follows the concepts made well-known by David Allen’s ebook “Getting things done.”

Taskwarrior’s design is lifeless easy, and straight to the purpose. With it, customers can create duties, checklist their to-do checklist, create reminders and a lot extra! Observe alongside in our information as we go over how to set up Taskwarrior and the way to use it from the terminal as a job management tool on Linux.

Notice: You should utilize Taskwarrior in case you’re on Ubuntu, Debian, Arch Linux, Fedora or OpenSUSE. In any other case, compiling from supply code is required.

Set up Taskwarrior

Many Linux working methods carry the Taskwarrior software straight. Select the working system you utilize beneath and observe the directions to learn the way to get it working.

Ubuntu

Ubuntu customers can simply set up this software thanks to its inclusion within the distribution’s software program sources. To get it, open up a terminal window and use the Apt command.

sudo apt set up taskwarrior

Debian

These utilizing Debian Steady or newer can get Taskwarrior working utilizing the Apt-get command.

sudo apt-get set up taskwarrior

Arch Linux

Arch has a model of Taskwarrior of their software program sources that customers can set up. It’s accessible through the “Community” repo. To get it, observe the steps beneath.

Step 1: Open up Pacman.conf within the Nano textual content editor, with sudo privileges.

sudo nano /and many others/pacman.conf

Step 2: Scroll via the Pacman.conf file and search for the “Community” repository. Delete the entire # symbols from in entrance of “Community” to allow its use. Be certain additionally to get rid of the image on the strains straight beneath it, or it won’t work accurately.

Step 3: Save the edits to your Pacman.conf file by urgent the Ctrl + O keyboard mixture.

Step 4: Exit Nano with Ctrl + X, and resync Pacman, to allow the brand new “Community” software program supply.

sudo pacman -Syy

Step 5: Set up Taskwarrior on your Arch Linux pc.

sudo pacman -S job

Fedora

Ever since model 18, the Taskwarrior software program has been available to Fedora Linux customers. To put in it, open up a terminal and use the DNF command to get it working.

sudo dnf set up job

OpenSUSE

SUSE customers have quick access to the Taskwarrior software program, and it’s been within the major software program sources ever since model 12.2. To get this system working, open up a terminal window and use the Zypper job supervisor.

sudo zypper set up taskwarrior

Generic Linux

Chances are you’ll be utilizing a model of Linux that doesn’t have a simple to set up bundle for the Taskwarrior software program. As a end result, you could construct the code from supply to use it.

Step one in constructing Taskwarrior from supply is downloading the newest launch. In a terminal, use the wget downloading tool and seize the most recent model of the software program.

Notice: it is crucial to repeat this course of with every Taskwarrior replace, to make sure the software program stays contemporary. Discover the newest supply code downloads here.

wget 

With the Taskwarrior TarGZ archive downloaded, use the tar command and extract it.

tar xzvf task-2.5.1.tar.gz

Transfer your terminal window into the code folder by executing the CD command.

cd task-2.5.1

Run cmake and begin the compilation course of.

cmake -DCMAKE_BUILD_TYPE=launch .
...

Subsequent, use make and make set up to end up. When these two instructions end working, Taskwarrior will likely be up and working on your Linux PC!

make
...
sudo make set up

Utilizing Taskwarrior to create a to-do checklist

9k=

Creating a new job within the Taskwarrior software is refreshingly fast and easy. To do it, make use of the add command. Within the terminal, write:

job add new job

After writing out your job with the add command, it’ll immediately add it to the checklist.

Full your job

So, you’ve completed a job, and it’s time to verify it off your checklist. Within the Taskwarrior software, customers full duties by utilizing the completed command.

First, checklist your duties with:

job checklist

Have a look at the checklist of things and discover the “ID” subsequent to the merchandise you’re trying to mark as “complete”. Then, use completed to take away it from the checklist.

Notice: change the # image with your job’s ID.

job completed #

Different Taskwarrior options

Taskwarrior isn’t simply a fundamental “to-do” checklist software the place you add an merchandise after which verify it off later. It has a lot of different options as effectively. On this part of the tutorial, we’ll go over a few of the extra superior features that the appliance has to provide.

Creating a job with a reminder

Taskwarrior lets customers create checklist objects that set off a reminder by making use of the due command. For instance, to make a job with a due date of tomorrow, do:

job add My vital job due:tomorrow

Creating a recurring job

Want to create a job that repeats itself within the Taskwarrior software? Use the recur command. Listed below are some examples.

job add My weekly job recur: each day due:tomorrow

or

job add My weekly job recur: weekly due:monday

or

job add My weekly job recur: biweekly due:sunday

Creating a job inside a mission

Listing most to-do checklist purposes, Taskwarrior lets customers add duties to separate initiatives, for larger group. So as to add an merchandise to your checklist, create a new job with the mission command.

job add My job mission:ProjectName

It’s additionally doable to tag duties, by doing:

job add My job mission:ProjectName +mission +tag2 +tag3

To verify objects on your checklist for tags, and mission IDs, run the checklist command.

job checklist



Source link

Share.
Leave A Reply

Exit mobile version