taskwarrior: Add auto-syncing script
Let taskwarrior automatically sync any changed tasks whenever a process is completed. Will sync 'asynchronously' (start the job as a terminal background process) and show the sync message after it is done.
This commit is contained in:
parent
1d66b763cb
commit
c578a1bebc
2 changed files with 18 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ taskd.ca=~/.local/share/task/keys/freecinc_7ebc40a3.ca.pem
|
|||
taskd.credentials=FreeCinc\/freecinc_7ebc40a3\/1b2f5c1e-3d62-4a35-82c8-82ce0e23731e
|
||||
|
||||
# Color theme (uncomment one to use)
|
||||
#include /usr/share/doc/task/rc/light-16.theme
|
||||
include /usr/share/doc/task/rc/light-16.theme
|
||||
#include /usr/share/doc/task/rc/light-256.theme
|
||||
#include /usr/share/doc/task/rc/dark-16.theme
|
||||
#include /usr/share/doc/task/rc/dark-256.theme
|
||||
|
|
@ -78,7 +78,7 @@ taskd.credentials=FreeCinc\/freecinc_7ebc40a3\/1b2f5c1e-3d62-4a35-82c8-82ce0e237
|
|||
#include /usr/share/doc/task/rc/dark-yellow-green.theme
|
||||
#include /usr/share/doc/task/rc/dark-gray-256.theme
|
||||
#include /usr/share/doc/task/rc/dark-gray-blue-256.theme
|
||||
include /usr/share/doc/task/rc/solarized-dark-256.theme
|
||||
#include /usr/share/doc/task/rc/solarized-dark-256.theme
|
||||
#include /usr/share/doc/task/rc/solarized-light-256.theme
|
||||
#include /usr/share/doc/task/rc/no-color.theme
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue