A cli tool for interact with GNU screen more easily.
A cli tool for interact with GNU screen more easily.
What can screen-master do?
- It can make you build project in GNU screen more easily.
- It can make you enter into the screen or kill it faster.
[section]
window title = command (allow multiple lines)
- Set up your config:
[hello]
window01 = python3
window02 = echo \"HELLO world\"
window03 = echo \"HELLO WORLD\";echo \"hello world\";
window04 = echo \"hello world\"
echo \"hey python\"
- CLI command:
- Build screen ->
sbuild -s section
sbuild -s hello
- Enter into the screen ->
srun -s screen name
srun -s hello
- Kill the screen ->
skill -s screen name
skill -s world
you can also kill all screen if you don't choose any screen by screen index
Buy me a coffee, if you like it!