Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umutbasal/iterm-scripts
https://github.com/umutbasal/iterm-scripts
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/umutbasal/iterm-scripts
- Owner: umutbasal
- License: mit
- Created: 2024-02-13T23:31:29.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-13T23:49:42.000Z (9 months ago)
- Last Synced: 2024-04-30T10:26:57.555Z (7 months ago)
- Language: Shell
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)