A command-line task manager
In Context
Tasks have a tendency to accumulate over time resulting in unwieldy to-do lists. To filter out unwanted tasks, you can use the context
command to specify the filtering criteria (Listing 7).
Listing 7
Context
$ dstask context +private -basement project:spring cleaning
The command in Listing 7 tells dstask to only pay attention to tasks tagged as private
that do not contain the basement
keyword, but that do belong to the spring cleaning
project. For now, the tool ignores all other tasks. If you create a new task at this point, it will automatically be tagged private
and will belong to the spring cleaning
project.
To reset the filter, type:
dstask context none
This tells dstask to get back to work on all existing tasks again. A call to dstask reveals the active context. If you are missing a task, check the context first (Figure 5).

Templates
You probably need to clean up your desk far more often than your basement. For recurring tasks, templates can save you some typing (Figure 6). Templates are initially conventional tasks, but you create them using the template
keyword (Listing 8, line 1). To show all existing templates, enter
dstask show-templates
which ignores any remaining actions.
Listing 8
Templates
01 $ dstask template clean up desk +Private P3 project:administration 02 $ dstask add template:4 sort pencils

To create a new task based on a template, you run add
again, but reference the template. The command from line 2 of Listing 8 tells dstask to create a new task that takes all the settings from the template ID 4
, but uses the Sort pencils string as the summary.
Git Games
The dstask git log
command (Figure 7) returns the latest completed actions. Actions can be undone by typing dstask undo 3
, where the number (3
) indicates the number of actions to be revoked, starting with the last action performed.

If you want to synchronize your task collection with other devices, dstask needs to be installed on those devices as well. In addition, you need a Git repository that all devices can access, such as one on GitHub. Make sure that only you have access to the repository; do not make it public to the entire Internet.
First, create the ~/.dstask/
directory on all devices and clone the contents of the external Git repository to it using git clone
. You can now create and manage your tasks in the usual way. To tell dstask to push all the changes to the external Git repository, call dstask sync
.
On another PC, call dstask sync
again. This tells dstask to sync with the Git repository and fetch the current state. Under the hood, dstask calls the git pull
and git push
commands. If you are familiar with Git, you can run other Git commands via the dstask git
action.
« Previous 1 2 3 4 Next »
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
News
-
The First Point Release For Ubuntu 22.04 is Now Available
Canonical has released the first point upgrade for Jammy Jellyfish which includes important new toolchains and fixes.
-
Kali Linux 2022.3 Released
From the creators of the most popular penetration testing distributions on the planet, comes a new release with some new tools and a community, real-time chat option.
-
The 14" Pinebook Pro Linux Laptop is Shipping
After a considerable delay, the 14" version of the Pinebook Pro laptop is, once again, available for purchase.
-
OpenMandriva Lx ROME Technical Preview Released
OpenMandriva’s rolling release distribution technical preview has been released for testing purposes and adds some of the latest/greatest software into the mix.
-
Linux Mint 21 is Now Available
The latest iteration of Linux Mint, codenamed Vanessa, has been released with a new upgrade tool and other fantastic features.
-
Firefox Adds Long-Anticipated Feature
Firefox 103 has arrived and it now includes a feature users have long awaited…sort of.
-
System76 Refreshes Their Popular Oryx Pro Laptop with a New CPU
The System76 Oryx Pro laptop has been relaunched with a 12th Gen CPU and more powerful graphics options.
-
Elive Has Released a New Beta
The Elive team is proud to announce the latest beta version (3.8.30) of its Enlightenment-centric Linux distribution.
-
Rocky Linux 9 Has Arrived
The latest iteration of Rocky Linux is now available and includes a host of new features and support for new architecture.
-
Slimbook Executive Linux Ultrabook Upgrading Their CPUs
The Spanish-based company, Slimbook, has made available their next generation Slimbook Executive Linux ultrabooks with a 12th Gen Intel Alder Lake CPU.