Skip to content
/ smc Public

Custom linux commands to manage several screen

Notifications You must be signed in to change notification settings

inkapmb/smc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 

Repository files navigation

SMC (Screen Manage Commands)

Custom linux commands to manage several screen session.

Requirement

Requierement :

  • have screen installed
  • have Konsole installed
  • on server, be connected in ssh -X (graphic options)

Install

sudo ./install.sh

Commands

Optionnal input keys are given like this : [key]

scnx

Connect to existing screen session and open it in a new terminal.

scnx [-options] [screen_name]

Options

-h   display help message

lns

Launch evrything in an other screen session and open it in a new terminal.

lns [-options] [command] [screen_name]

Options

-h   display help message

ks

Stop execution of the screen session wanted by killing the processus.

ks [-options] screen_name

Options

-h   display help message

ison

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]

About

Custom linux commands to manage several screen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published