-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Utilize the Taskfile some more. Add a version subcommand to kefw2.
- Loading branch information
Showing
4 changed files
with
29 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
kef-virtual-hub | ||
bin | ||
.task |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
version: '3' | ||
tasks: | ||
record: | ||
desc: Record kefw2.tape actions to docs/kefw2.gif (requires vhs) | ||
desc: Record kefw2.tape actions to docs/kefw2.gif (requires vhs, Music.app and JXA) | ||
platforms: [darwin] | ||
cmds: | ||
- rm -f ~/.config/kefw2/kefw2.yaml | ||
- vhs kefw2.tape | ||
- vhs kefw2.tape | ||
preconditions: | ||
- test -f ../bin/kefw2 | ||
- which vhs |