Skip to content

Wrapper for GNU screen tool to provide better and faster operation

Notifications You must be signed in to change notification settings

cgiff9/windshield

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

windshield

Wrapper for GNU screen tool to provide better and faster operation version: 0.1a

Operation

  1. Change SCREEN_NAME and COMMAND variables
    A) SCREEN_NAME: Forms the base string of name of the screens to be generated
    B) COMMAND: The default command string to run upon screen generation
  2. Make script executable, i.e. $chmod +x server-a; $chmod +x windshield
  3. New screens are labeled via a number appended to "SCREEN_NAME-".
  4. (Optional) Make a copies of windshield for different configs.

Arguments

  1. -d: Start screen detached

Shortcuts

  1. sls: "screen -ls" --List all running screens
  2. sr: "screen -r $arg" --Rejoin running screen named $arg
  3. sX: "screen -X -S $arg" --Kill screen named $arg

Notes

  1. Hope to expand features with...
    A) more command line args
    B) consolidated config file or session profiles
    C) smarter testing for existing screen polling?
    D) local killall function: kill all screens with SCREEN_NAME $name
    E) generate: generate $n number of screens

About

Wrapper for GNU screen tool to provide better and faster operation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages