make recfiles tape
This commit is contained in:
parent
a26b9a8287
commit
d0d0ddf079
68
data/recfiles/recfiles.tape
Normal file
68
data/recfiles/recfiles.tape
Normal file
@ -0,0 +1,68 @@
|
||||
Require recins
|
||||
|
||||
Set Shell "bash"
|
||||
Set TypingSpeed 0.1
|
||||
Set FontSize 25
|
||||
Set Width 900
|
||||
Set Height 700
|
||||
|
||||
Enter
|
||||
Type "touch games.rec"
|
||||
Enter
|
||||
|
||||
Sleep 2s
|
||||
Type 'recins --record "Name: Vojvodina" games.rec'
|
||||
Enter
|
||||
Sleep 2s
|
||||
Type 'recsel games.rec'
|
||||
Enter
|
||||
|
||||
Sleep 2s
|
||||
|
||||
Type 'for g in Saboter Carcassonne Chess; do recins -r "Name: $g" games.rec; done'
|
||||
Enter
|
||||
Type 'recsel games.rec'
|
||||
Enter
|
||||
Sleep 2s
|
||||
Type 'cat games.rec'
|
||||
Enter
|
||||
Sleep 1s
|
||||
|
||||
Type 'recsel --quick=Carc games.rec'
|
||||
Enter
|
||||
Type 'recsel -q Carc games.rec'
|
||||
Enter
|
||||
Sleep 2s
|
||||
|
||||
Type 'recsel -q "sabot" --print=Name games.rec'
|
||||
Enter
|
||||
Sleep 1s
|
||||
Type 'recsel --case-insensitive -q "sabot" --print=Name games.rec'
|
||||
Enter
|
||||
Sleep 2s
|
||||
|
||||
Type 'recsel -i -q "chess" -p Name games.rec'
|
||||
Enter
|
||||
Sleep 1s
|
||||
|
||||
Type 'recset -f "Played" --set-add="no" games.rec'
|
||||
Enter
|
||||
Type 'recsel games.rec'
|
||||
Enter
|
||||
Sleep 1s
|
||||
|
||||
Type 'recset -iq chess -f "Played" --set=yes games.rec'
|
||||
Enter
|
||||
Type 'recsel games.rec'
|
||||
Enter
|
||||
Sleep 1s
|
||||
|
||||
Type 'recset -f "Played" --delete games.rec'
|
||||
Enter
|
||||
Type 'recsel games.rec'
|
||||
Enter
|
||||
|
||||
Hide
|
||||
Type 'rm games.rec'
|
||||
Enter
|
||||
Sleep 3s
|
Loading…
Reference in New Issue
Block a user