Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/umutbasal/iterm-scripts


https://github.com/umutbasal/iterm-scripts

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# iterm-scripts

## multi.sh

- Enable iterm2 python from scripts tab
- Every time you need to run command with multi pane run bash script to give targets and command
- Example: `sh multi.sh targets.txt 'clickhouse-client --host {hosts[i]}'`
- Open a iterm window than run the script via `cmd+shift+o` `multipane.py`.
- It will split a pane for each target and run the command.
- Feel free to copy/modify alias the script to your needs.
![alt text](multi.png)