Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwan Sulaiman authored Aug 28, 2020
1 parent 57bed70 commit 3d9e682
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@

go get marwan.io/iterm2

### Usage

```golang
app, err := iterm2.NewApp()
handle(err)
defer app.Close()
// use app to create or list windows, tabs, and sessions and send various commands to the terminal.
```

### 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 3d9e682

Please sign in to comment.