1.2.0-0 • Published 4 years ago

screen-command v1.2.0-0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

screen-command

Let you choose screen session to attach to just by using arrow keys to select from a list in terminal.

Install

$ npm i -g screen-command

Usage

Just use the following command:

$ sc

and then:

  • use arrow keys to navigate up and down

  • type to filter screens (fuzzy search)

  • press enter to select a screen

You can also choose "+ Start a new screen..." and enter a name to start a named screen, or just press enter again to start an unnamed screen.

Compatibility

This package should work on both macOS and Linux with the latest version of Screen installed.

Below are the tested combination of OS and Screen version:

OSScreen Version
macOS 10.154.00.03
Raspbian GNU/Linux 104.06.02

Note

Screen commands generated by this package are temporarily stored in /tmp/screen-command.sh and are deleted whenever you finish running this package.

Todo

  • Add regex filter
1.2.0-0

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago