You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
Have you ever been in a situation where you have to demo something on the terminal in front of an audience and you start fat-fingering all of a sudden?
8
8
9
-
With ghost coder, you can save all those terminal commands in a text file and replay them on your terminal with a shortcut!
9
+
With ghost coder, you can save all those terminal commands in a text file and replay them on your terminal with a shortcut (`\``)!
10
10
11
11
## Install
12
12
@@ -23,6 +23,7 @@ go get github.com/sandeepraju/ghost-coder-iterm
23
23
- Open iTerm2
24
24
- Press ⌥⌘R (or, Session -> Run Coprocess...)
25
25
- Enter `ghost-coder-iterm /path/to/file/containing/commands.txt` and click OK
26
+
- Press `\`` and Ghost Coder will automagically type in the command for you!
0 commit comments