Ryan Michela's Ghost Coder implementation in Golang.
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!
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
- Open iTerm2
- Press ⌥⌘R (or, Session -> Run Coprocess...)
- Enter
ghost-coder-iterm /path/to/file/containing/commands.txtand click OK - Press
`and Ghost Coder will automagically type in the command for you!
Thanks to Ryan Michela for the idea. His original implementation in Java can be found here.
This project is released under the MIT License.