https://github.com/jongwony/iterm2_scripts
Automate iTerm2 with Python API
https://github.com/jongwony/iterm2_scripts
autolaunch extensions iterm2 python38
Last synced: about 7 hours ago
JSON representation
Automate iTerm2 with Python API
- Host: GitHub
- URL: https://github.com/jongwony/iterm2_scripts
- Owner: jongwony
- Created: 2020-04-08T05:52:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T09:15:09.000Z (about 6 years ago)
- Last Synced: 2025-02-24T15:45:34.902Z (over 1 year ago)
- Topics: autolaunch, extensions, iterm2, python38
- Language: Python
- Size: 1.23 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iTerm2 Scripts
Python API
## Status Bar Examples
### json test
This is [iterm2 built in example.](https://iterm2.com/python-api/examples/jsonpretty.html#jsonpretty-example)

### len(selected)

... and Paste string length!
### translate ko

## Install
```shell script
git clone https://github.com/jongwony/iterm2_scripts.git
cd iterm2_scripts
sh symlink_init.sh
```


```shell script
sh install.sh
```
