Skip to content

astralarya/autoscreen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

autoscreen

autoscreen - Automatically start GNU screen without inception

Installation

Source autoscreen.sh at the very END of your .*rc file.

source /path/to/autoscreen.sh [HOSTNAME] [STARTWAIT] [EXITWAIT]

If HOSTNAME is not empty, check that $HOSTNAME = HOSTNAME before starting (wildcards allowed).
Waits STARTWAIT seconds before starting screen (default 3).
Waits EXITWAIT seconds before exiting the shell after screen terminates (default 2).

Usage

When you start your shell, you will be notified that you are about to enter a screen session (^C to cancel).
When your screen session ends, you will be notified that your shell will exit (^C to cancel).
You can skip the countdown with any key besides ^C.

For help using GNU screen see the GNU screen manual.

Dependencies

  • bash
  • screen

About

Automatically start GNU screen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages