update taskwarrior

This commit is contained in:
2025-05-25 20:10:05 +02:00
parent 1a17ffda7f
commit c08ad6f175
4 changed files with 76 additions and 48 deletions

View File

@@ -0,0 +1,20 @@
---
title: "Taskwarrior Configuration"
tags: [ "data", "task" ]
requires: [ "Taskwarrior" ]
---
Show your current config:
```sh
task show
```
Use machine-readable output to make a config file with all configuration keys shown, then make it your configuration file.
```sh
task _show > ${file}
mv ${file} ~/.config/task/taskrc
```