Skip to main content

Questions tagged [taskwarrior]

1 vote
1 answer
565 views

Whenever I run the following: task due.before:tom or schedule.before:tom > somefile The content of somefile is always truncated. But running this without the redirect, it works fine. How can I fix ...
Korgan Rivera's user avatar
6 votes
1 answer
2k views

to show all completed tasks the command is in Taskwarrior : task status:completed all but what is the command for showing only the completed projects (not including the completed tasks !)
Theo 's user avatar
  • 61
3 votes
4 answers
993 views

I have a program that I'd like to run, deluding it to believe that my terminal has less columns than it does, because that enables its native truncation, which I need. I tried resize from xterm as ...
xeruf's user avatar
  • 651
0 votes
1 answer
155 views

With the command task next, taskwarrior produces a report of urgent next tasks. The report is apparently scaled to the terminal height. I use zshell with a special prompt which is 2-lines high. ...
Bagalaw's user avatar
  • 1,105
2 votes
0 answers
234 views

I am working on writing a tmux script to create a fun tmux environment in cygwin. When I type 'task calendar' the output appears to look fine, but when I run the same command through my tmux script, ...
Mr. B's user avatar
  • 21
2 votes
1 answer
20k views

I've been using a command line program (installed via package manager) that was working fine until I used vim to inadvertently insert a null byte (^@) in one of the program's data files when doing ...
bit's user avatar
  • 1,196
0 votes
0 answers
148 views

Context: While trying to execute command su a -c task as user dummy when being logged (with sudo su in as root on Ubuntu 16.04, I receive the following error message: root@DESKTOP-344ab:/home/dummy# ...
a.t.'s user avatar
  • 103
5 votes
2 answers
4k views

I am having troubles understanding how to manage recurring tasks in taskwarrior I start with an empty database: $ task [task next] No matches. I add a recurring daily task: $ task add recur:daily ...
AnonymousLurker's user avatar
3 votes
1 answer
481 views

My custom report in Taskwarrior is set to the following: report.custom.filter=status:pending I would like to change this so that tasks scheduled for the future are hidden until their start date. For ...
gmarmstrong's user avatar
  • 1,293
6 votes
1 answer
3k views

I would like to create a task in taskwarrior that repeats every day and is due every day or the day after. Is that possible? Didn't find anything on the net or the documentation.
lukmi's user avatar
  • 73
7 votes
1 answer
2k views

I have the following output whenever I issue task: TASKRC override: /path/taskrc TASKDATA override: /path/.task It's because I put the config and data files in non-default external location specified ...
user avatar
5 votes
4 answers
3k views

How can I add multiple tasks in one command line on Taskwarrior? I'd like to achieve something like: task add task1 tag:tag1, task2 tag:tag2 I think there should be a delimiter to separate tasks.
user avatar
5 votes
1 answer
3k views

I'm using taskwarrior. I want to be reminded of something every week, but have that reminder go away automatically if I haven't completed it by the time the next week comes up. (Or, actually, I want ...
mattdm's user avatar
  • 41.3k