diff options
| author | Paul Buetow <paul@buetow.org> | 2025-06-28 21:53:44 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-06-28 21:53:44 +0300 |
| commit | f6a20df0ba7418d61b04b4fe470dc1ab16311ea0 (patch) | |
| tree | 0bcdc70fa9e8e5f3ead2832173d690c5cfd067c5 | |
| parent | 5ee27322db0c878fcd67336a6d1aa86525aa8229 (diff) | |
Update
| -rw-r--r-- | dotfiles/scripts/taskwarriorfeeder.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/scripts/taskwarriorfeeder.rb b/dotfiles/scripts/taskwarriorfeeder.rb index 38e32db..4d534af 100644 --- a/dotfiles/scripts/taskwarriorfeeder.rb +++ b/dotfiles/scripts/taskwarriorfeeder.rb @@ -125,7 +125,7 @@ def task_add!(tags, quote, due, dry) end def task_schedule!(id, due, dry) - run! "task modify #{id} due:#{due}", dry + run! "timeout 5s task modify #{id} due:#{due}", dry end # Randomly schedule all unscheduled tasks but the ones with the +unsched tag |
