diff options
| author | Paul Buetow <paul@buetow.org> | 2023-07-12 08:05:54 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-07-12 08:05:54 +0300 |
| commit | 305681cc6cf1a865e293601728dbf8d83e56a724 (patch) | |
| tree | 045aefe47ba151e61f9195f17e94bfab98f57506 /frontends/scripts | |
| parent | 3f1cdc31805bc8ad6250978dec2a38ec8d394e27 (diff) | |
use minimal output
Diffstat (limited to 'frontends/scripts')
| -rw-r--r-- | frontends/scripts/taskwarrior.sh.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/scripts/taskwarrior.sh.tpl b/frontends/scripts/taskwarrior.sh.tpl index eed21c5..aaafbe9 100644 --- a/frontends/scripts/taskwarrior.sh.tpl +++ b/frontends/scripts/taskwarrior.sh.tpl @@ -2,4 +2,4 @@ PATH=$PATH:/usr/local/bin echo "Any tasks due before the next 14 days?" # Using git user, as ssh keys are already there to sync the task db! -su - git -c '/usr/local/bin/task rc:/etc/taskrc due.before:14day long 2>/dev/null' +su - git -c '/usr/local/bin/task rc:/etc/taskrc due.before:14day minimal 2>/dev/null' |
