Skip to content

ardacoskunses/screenscr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screen scripts

Alt text

enable path:

source setup-env

Start 4 screens tiled:

mscreen

To switch screens:

Ctrl-A tab

To go back previous screen:

F8

To Quit without terminating screens:

Ctrl-A \ ==> y

not tiled (Full) screens:

m2screen

in m2screen switch screens:

F5 backward

F6 forward

Different layouts:

m3screen
or
screen4K

Running shell commands in remote shell

With following commands any shell command could run on specified screen.

Using ssh, shell commands also could be run on remote computer:

screen terminals on one computer, screenSend command scripts on anohter.

Send commands to screens:

screenTopLeft echo "I am top Left Screen"

screenTopRight echo "I am top Right Screen"

screenBottomRight top

screenBottomLeft "ps -aux | grep screen"

to stop a running app:

screenBottomRight ^C

To send same command to all screens run:

screenbroadcast clear
screenbroadcast echo "test"

Releases

No releases published

Packages

No packages published

Languages