We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798cb86 commit bb8f11eCopy full SHA for bb8f11e
lib/features/configure/defaults.dart
@@ -35,5 +35,5 @@ final defaultsYaml=r'''commands:
35
# preRun:
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\'
+ # - command: say "good job $USER"
39
''';
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: terrun
2
description: terrun - efficient terminal runner
3
-version: 0.0.12
+version: 0.0.13
4
repository: https://github.com/mikeborodin/menusc
5
6
environment:
0 commit comments