ghost-coder-iterm
Ryan Michela's Ghost Coder, implemented in Golang.
What is Ghost Coder?
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?
With ghost coder, you can save all those terminal commands in a text file and replay them on your terminal with a shortcut!
Installation
You can download the binary directly from the releases page.
Or you can install it from source using the command below:
go get github.com/sandeepraju/ghost-coder-iterm
Usage
- Open iTerm2
- Press ⌥⌘R (or, Session -> Run Coprocess...)
- Enter
ghost-coder-iterm /path/to/file/containing/commands.txt
and click OK
- Press
`
and Ghost Coder will automagically type in the command for you!
Credits
Thanks to Ryan Michela for the idea. His original implementation in Java can be found here.
License
This project is released under the MIT License.