File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ final defaultsYaml=r'''commands:
33
33
34
34
# hooks:
35
35
# preRun:
36
- # #this emits the shortcut to hide the terminal window
37
- # - say 'good job $USER'
38
- # - command: osascript -e 'tell application "System Events" to key code 24 using {shift down, control down} '
36
+ # - command: osascript -e tell application System Events to key code 24 using {shift down, control down}
37
+ # postRun:
38
+ # - command: say \'good job $USER\ '
39
39
''' ;
Original file line number Diff line number Diff line change 1
1
name : terrun
2
2
description : terrun - efficient terminal runner
3
- version : 0.0.10
3
+ version : 0.0.11
4
4
repository : https://github.com/mikeborodin/menusc
5
5
6
6
environment :
Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ commands:
33
33
# preRun:
34
34
# - command: osascript -e tell application System Events to key code 24 using {shift down, control down}
35
35
# postRun:
36
- # - command: say 'good job $USER'
36
+ # - command: say \ 'good job $USER\ '
You can’t perform that action at this time.
0 commit comments