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

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

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)

![](assets/json_test.png)

### len(selected)

![](assets/len_selected.png)

... and Paste string length!

### translate ko

![](assets/translate_ko.png)

## Install

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

![](assets/enable_python_api.png)
![](assets/enable_status_bar.png)

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

![](assets/add_your_custom.png)