humbertovarona / EasyScreen

Bash scripts that facilitate the use of the "screen" command through names

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EasyScreen

Version

1.0

Release date

March, 14 2017

DOI

DOI

License

MIT

Description

Bash scripts that facilitate the use of the "screen" command through names

How to install

# tar -xvf EasyScreen.tar.gz -C /home/user/bin
# chmod +x /home/user/bin/newscr
# chmod +x /home/user/bin/connscr
# chmod +x /home/user/bin/delscr
# nano ~/.bashrc

export PATH = $PATH:$HOME/bin

# source ~/.bashrc

How to run

Create a screen called "TEST1" and another "Simulation"

# newscr TEST1 <Enter>
# newscr Simulation <Enter>

List the created screens

# screen -ls <Enter>

There are screens on:
        12099.Simulation        (04/25/2023 04:37:29 PM)        (Detached)
        11975.TEST1     (04/25/2023 04:37:20 PM)        (Detached)

To reconnect to a screen

# connscr TEST1 <Enter>
# connscr Simulation <Enter>

To delete a screen

# delscr TEST1 <Enter>
# delscr Simulation <Enter>

Cite as

Humberto L. Varona (2023). EasyScreen. (1.0). Zenodo. https://doi.org/10.5281/zenodo.7864685

About

Bash scripts that facilitate the use of the "screen" command through names

License:MIT License


Languages

Language:Shell 100.0%