We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f58102f commit d6b56f6Copy full SHA for d6b56f6
README.md
@@ -6,7 +6,33 @@
6
* Hooks to execute additional tasks before/after the command.
7
8
## Installation
9
-tbd
+```
10
+brew tap mikeborodin/terrun
11
+brew install terrun
12
13
+## Configuration
14
+
15
+`terrun configure` will create a starter yaml config at $HOME/.config/terrun/terrun.yaml
16
17
+Feel free to customize it with your own apps/tasks.
18
19
20
+## Usage
21
+`terrun loop` your the keystrokes to specified apps from the config file.
22
23
24
25
26
+## Update
27
28
+terrun update
29
30
+You can also use brew
31
32
+brew upgrade terrun
33
34
35
36
37
## Color codes:
38
https://raw.github.com/google/ansicolor-dart/master/ansicolor-dart.png
0 commit comments