Skip to content

Commit

Permalink
Link complete Taskwarrior "hooks" and "scripts" folders
Browse files Browse the repository at this point in the history
Instead of linking single files from the `hooks` and `scripts`
Taskwarrior folders both folders are now linked directly.

Resolves GH-201
  • Loading branch information
arcticicestudio committed Jun 8, 2019
1 parent f77869b commit 961293b
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions snowblocks/taskwarrior/snowblock.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[
{
"clean": [
"~",
"~/.task"
]
"clean": ["~", "~/.task"]
},
{
"link": {
Expand All @@ -29,20 +26,15 @@
"igloo": "nord.theme"
}
},
"~/.task/hooks/on-modify-track-timewarrior.py": {
"~/.task/hooks": {
"create": true,
"force": true,
"path": "hooks/on-modify-track-timewarrior.py"
"path": "hooks"
},
"~/.task/hooks/on-modify-track-total-active-time.py": {
"~/.task/scripts": {
"create": true,
"force": true,
"path": "hooks/on-modify-track-total-active-time.py"
},
"~/.task/scripts/open-note.sh": {
"create": true,
"force": true,
"path": "scripts/open-note.sh"
"path": "scripts"
}
}
}
Expand Down

0 comments on commit 961293b

Please sign in to comment.