Skip to main content

A cli tool for interact with GNU screen more easily

Project description

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!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

screen-master-0.0.2.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

screen_master-0.0.2-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page