1.2.5 • Published 3 months ago

linux-screen-wrapper v1.2.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

linux-screen-wrapper

A wrapper for the Linux screen command that adds friendly, coloured output and the ability to resume sessions with incomplete names.

This project is inspired by @hi94740/screen-command.

Installation

To install the package using NPM:

npm i -g linux-screen-wrapper

Usage

Once the package is installed, the s command is made available.

s ls

Prints a list of all running screen sessions, including each session's PID, name, start date and time, and attached/detached status.

s r <name|PID>

Attaches a screen session by its name or PID using screen's -x flag. This allows for a screen to be attached to multiple terminals at a time, as opposed to -r's single-terminal limitation.

Entering an incomplete name will resume the screen whose name is the closest match, assuming there is a match.

s c <name>

Creates a new screen session with the given name. Equivalent to screen -S name.

1.2.5

3 months ago

1.2.0

8 months ago

1.2.4

8 months ago

1.2.3

8 months ago

1.2.2

8 months ago

1.2.1

8 months ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago