We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c0890f commit c76d15aCopy full SHA for c76d15a
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: terrun
2
description: terrun - efficient terminal runner
3
-version: 0.0.8
+version: 0.0.9
4
repository: https://github.com/mikeborodin/menusc
5
6
environment:
terrun.starter.yaml
@@ -31,6 +31,6 @@ commands:
31
32
# hooks:
33
# preRun:
34
- # #this emits the shortcut to hide the terminal window
35
- # - say 'good job $USER'
36
- # - command: osascript -e 'tell application "System Events" to key code 24 using {shift down, control down}'
+ # - command: osascript -e tell application System Events to key code 24 using {shift down, control down}
+ # postRun:
+ # - command: say 'good job $USER'
0 commit comments