An open API service indexing awesome lists of open source software.

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.

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).