Metacinnabar / tmuxmanage

Simple script to start, stop, and restart tmux sessions built for my projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tmuxmanage

CodeFactor License Last commit

Simple script to start, stop, and restart tmux sessions built for my projects.

  • If you found tmuxmanage helpful or neat please consider leaving a star ⭐

Setup

  • Clone the repository (git clone https://github.com/Metacinnabar/tmuxmanage.git && cd tmuxmanage).
  • Run the setup script (sudo chmod +x setup.sh && bash setup.sh).

Commands

command description example
setup [process-name] [startup-task] [startup-task]... Setup a .tmuxmanage file tmuxmanage start python_task "python3 main.py" "echo \"python!\"" "ls"
start Starts the tmux session tmuxmanage start
stop Stops the tmux session tmuxmanage stop
restart Restarts the tmux session tmuxmanage restart

Support

For any bug reports questions or requests please create an issue via the issue tracker.

License

tmuxmanage is licensed under the MIT License.

About

Simple script to start, stop, and restart tmux sessions built for my projects.

License:MIT License


Languages

Language:Shell 100.0%