Skip to content

Commit

Permalink
Update tape to show tab completions, next track and speaker discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
hilli committed Jan 14, 2024
1 parent 0ca08af commit e1a3d0b
Showing 1 changed file with 26 additions and 12 deletions.
38 changes: 26 additions & 12 deletions docs/kefw2.tape
Original file line number Diff line number Diff line change
@@ -1,25 +1,29 @@
Set Shell zsh
Set FontSize 14
Set WindowBar Colorful
Set Height 800
Output kefw2.gif
Output kefw2.mp4
Output kefw2.webm
Require kefw2
Require osascript
Set FontSize 14

#Type "kefw2 completion zsh > /tmp/cmpzsh && source /tmp/cmpzsh"
#Enter
#Sleep 500ms
Hide
Type@0ms "kefw2 completion zsh > /tmp/cmpzsh && source ~/.zshrc && source /tmp/cmpzsh && clear"
Enter
Show
Type "kefw2 --help"
Enter
Sleep 2.5s
Type "kefw2 config speaker add 10.0.0.149"
Enter
Sleep 500ms
Type "kefw2 config speaker add 10.0.0.93"
Type "kefw2 config speaker discover --save"
Enter
Sleep 500ms
Sleep 2s
Type "kefw2 config speaker list"
Enter
Sleep 3ms
Type "kefw2 config speaker default 10.0.0.149"
Enter
Sleep 3ms
Type "kefw2 status"
Enter
Sleep 2s
Expand All @@ -35,21 +39,31 @@ Sleep 500ms
Type "kefw2 source"
Enter
Sleep 2s
Hide
Type "echo Playing some music from Apple Music via AirPlay..."
Enter
Sleep 10ms
Show
Sleep 1s
Type "./airplay-music.jxa"
Enter
Sleep 5s
Type "kefw2 status"
Enter
Sleep 5s
Type "kefw2 pause"
Type "kefw2 next"
Enter
Sleep 500ms
Type "kefw2 status"
Enter
Sleep 1s
Type "kefw2 vol 30"
Type "kefw2 pause"
Enter
Sleep 1s
Type "kefw2 vol "
Tab@500ms 6
Enter
Enter
Sleep 500ms
Type "kefw2 vol"
Enter
Sleep 500ms
Expand Down

0 comments on commit e1a3d0b

Please sign in to comment.