-
Allow to modify one or many task(s) like taskwarrior does:
* [x] take a query as tasks selector
---
* [x] change priority
* [x] change due date
* [ ] add/remove project(s)
* [ ] add/remove…
-
For some time I am observing duplicate instances for my taskwarrior recurrences. After some investigation with the taskwarrior devs we suspect that this may be due to a race condition among multiple s…
-
Make a block for [taskwarrior](http://taskwarrior.org/).
Not sure what all should be present. Probably next task(s), and an alert icon if you have unsynced tasks.
-
https://secure.wikimedia.org/wikipedia/en/wiki/Taskwarrior
-
I think context should be supported.
As a workaround I have code similar to this:
```python3
from tasklib import TaskWarrior
tw = TaskWarrior(data_location='~/.task')
context = tw.execute…
-
**Description**
For use in Dockerfiles or other installation script for example, fixed URLs for downloading the latest stable release files would be nice
**Solution**
Something like
htt…
-
### Discussed in https://github.com/kdheepak/taskwarrior-tui/discussions/541
Originally posted by **imran-iq** March 9, 2024
Just starting a discussion here since it is not a bug in taskwarri…
-
I use [bubblegum-256](https://taskwarrior.org/docs/themes/#bubblegum-256theme) theme in TW which has the following definition:
```
color.overdue=bold inverse
```
that is problematic for Vit.
…
-
I have a [hook](https://codeberg.org/Dokana/Taskwarrior-Chained) that runs after modifying a task. It has to [wait](https://codeberg.org/Dokana/Taskwarrior-Chained/src/commit/66f0e0387e319348234398eda…
-
Consider the following use case:
A user is working on multiple projects and is using taskwarrior to track time spent on each project. Let's say that project A uses a ticketing system and the user w…