-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Marwan Sulaiman
authored
Aug 28, 2020
1 parent
84f0253
commit 8d5cc59
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# iTterm2 | ||
|
||
### Go library for automating iTerm2 Scripts | ||
|
||
### Install | ||
|
||
go get marwan.io/iterm2 | ||
|
||
### Progress | ||
|
||
This is currently a work in progress and it is a subset of what the iTerm2 WebSocket protocol provides. | ||
|
||
I don't intend to implement all of it as I am mainly implementing only the parts that I need for daily work. | ||
|
||
If you'd like to add more features, feel free to open an issue and a PR. |