Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrishalbert/shepherd
Initialize multiple tmux pane (sheep) sessions, all controlled by the shepherd.
https://github.com/chrishalbert/shepherd
Last synced: about 2 months ago
JSON representation
Initialize multiple tmux pane (sheep) sessions, all controlled by the shepherd.
- Host: GitHub
- URL: https://github.com/chrishalbert/shepherd
- Owner: chrishalbert
- License: mit
- Created: 2023-08-04T02:05:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-11T15:03:39.000Z (12 months ago)
- Last Synced: 2024-01-11T22:57:30.003Z (12 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shepherd
Initialize multiple tmux pane sessions (sheep), all controlled by one shepherd.## dependencies
1. tmuxp## usage
1. Start the `shepherd` python shell
```
tmuxp load shepherd.yaml
```
1. Birth a sheep
```
>>> sheep(['echo "Baahh, I\'m Dolly!"'])
```
1. Heck, birth some more
```
>>> for i in range(4):
... sheep([f'echo "I am Dolly-{i}"'])
```
1. Start herding!
```
>>> herd()
```