Frequently Asked Questions
Does taskwarrior-tui show error messages when running shell commands or shortcuts?
Section titled “Does taskwarrior-tui show error messages when running shell commands or shortcuts?”taskwarrior-tui shows an error prompt for shell commands if:
- The subprocess fails.
- The subprocess succeeds but prints to stdout.
- The subprocess command is empty.
taskwarrior-tui shows an error prompt for shortcuts if:
- The shortcut fails.
If taskwarrior-tui encounters a prompt from a subprocess or shortcut, it will not prompt the user for input again. That means if you want to run a taskwarrior command as a shell command, you may want to pass rc.confirmation=off in the command.
See the following screencast as an example:
task rc.confirmation=off context define test project:workIf you do not add rc.confirmation=off in the shell command, taskwarrior-tui will run the command but it will fail because it cannot respond to the interactive prompt.
How do I debug startup failures, crashes, or performance issues?
Section titled “How do I debug startup failures, crashes, or performance issues?”See Troubleshooting for a step-by-step guide to collecting logs, comparing taskwarrior command timings, isolating path-specific issues, and filing a useful GitHub issue.