diff options
author | eug-vs <eugene@eug-vs.xyz> | 2021-08-13 02:38:56 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2021-08-13 02:38:56 +0300 |
commit | 4ae88ac43b8034aad658a19d4a130cd01d9781c6 (patch) | |
tree | 4c74a66659041cef0f8a00d8d4cfae42255a75c3 /task/.local | |
parent | c8611dba945c1d612ad9b85f353af99fbafaed13 (diff) | |
download | dotfiles-4ae88ac43b8034aad658a19d4a130cd01d9781c6.tar.gz |
feat(task): add most urgent task notification
Diffstat (limited to 'task/.local')
-rwxr-xr-x | task/.local/bin/taskwarrior-notify.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/task/.local/bin/taskwarrior-notify.sh b/task/.local/bin/taskwarrior-notify.sh new file mode 100755 index 0000000..1ed9f53 --- /dev/null +++ b/task/.local/bin/taskwarrior-notify.sh @@ -0,0 +1,2 @@ +#!/bin/sh +notify-send --urgency=critical "Most urgent task:" "$(task scriptable rc.verbose: limit:1)" |