Skip to content

Commit

Permalink
Inlcude plugin instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
marwan-at-work committed Nov 17, 2020
1 parent 1665db3 commit 0bc14e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ defer app.Close()
// use app to create or list windows, tabs, and sessions and send various commands to the terminal.
```

### Installing the plugin into iTerm2

1. Install your program into your local PATH (for example running `go install`)
2. `go get marwan.io/iterm2/cmd/goiterm`
3. `goiterm install <bin>`
4. From any iTerm window run "cmd+shift+o" and look for `<bin>.py`.

### Progress

This is currently a work in progress and it is a subset of what the iTerm2 WebSocket protocol provides.
Expand Down

0 comments on commit 0bc14e9

Please sign in to comment.