mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
9 lines
256 B
Bash
Executable file
9 lines
256 B
Bash
Executable file
#!/usr/bin/env bash
|
|
. bash_tap_tw.sh
|
|
|
|
# This problems only appears for "modify", not for "add"
|
|
# The 'proj:mod' is interpreted as 'proj:modified', then DOM lookup substitutes
|
|
# the 'modified' date.
|
|
task add a
|
|
task 1 mod proj:mod
|
|
task 1 _project | grep mod
|