Custom linux commands to manage several screen session.
Requierement :
- have screen installed
- have Konsole installed
- on server, be connected in ssh -X (graphic options)
sudo ./install.sh
Connect to existing screen session and open it in a new terminal.
scnx [-options] [screen_name]
Options
-h display help message
Launch evrything in an other screen session and open it in a new terminal.
lns [-options] [command] [screen_name]
Options
-h display help message
Stop execution of the screen session wanted by killing the processus.
ks [-options] screen_name
Options
-h display help message
Give information about wanted screen session.
ison [-options] screen_name
Options
-h display help message
-e output [exist]
-s output [aviable]
-i output [id]
Output
exist:[True/False] aviable:[True/False] id:[int]