Skip to content

jimmyyyeh/screen-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screen-master

A cli tool for interact with GNU screen more easily.

Description:

A cli tool for interact with GNU screen more easily.

What can screen-master do?

  • It can make you build project in GNU screen more easily.
  • It can make you enter into the screen or kill it faster.

Config Template

[section]
window title = command (allow multiple lines)

How To Use:

  1. Set up your config:
[hello]
window01 = python3
window02 = echo \"HELLO world\"
window03 = echo \"HELLO WORLD\";echo \"hello world\";
window04 = echo \"hello world\"
           echo \"hey python\"
  1. CLI command:
  • Build screen -> sbuild -s section
sbuild -s hello
  1. Enter into the screen -> srun -s screen name
srun -s hello
  1. Kill the screen -> skill -s screen name
skill -s world

you can also kill all screen if you don't choose any screen by screen index


Buy Me A Coffee

Buy me a coffee, if you like it!

About

A cli tool for interact with GNU screen more easily.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages