https://github.com/sandeepraju/ghost-coder-iterm
Ryan Michela's Ghost Coder, implemented in Golang.
https://github.com/sandeepraju/ghost-coder-iterm
automaton demo golang iterm2 macos presentation-tools
Last synced: about 1 month ago
JSON representation
Ryan Michela's Ghost Coder, implemented in Golang.
- Host: GitHub
- URL: https://github.com/sandeepraju/ghost-coder-iterm
- Owner: sandeepraju
- License: mit
- Created: 2018-03-04T02:52:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-04T10:27:11.000Z (about 8 years ago)
- Last Synced: 2024-06-20T03:54:12.929Z (over 1 year ago)
- Topics: automaton, demo, golang, iterm2, macos, presentation-tools
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ghost-coder-iterm
[Ryan Michela](https://github.com/rmichela)'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](https://github.com/sandeepraju/ghost-coder-iterm/releases).
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](https://github.com/rmichela) for the idea. His original implementation in Java can be found [here](https://github.com/rmichela/GhostCoder-iTerm).
## License
This project is released under the [MIT License](./LICENSE).