Skip to content

Simple terminal utility written in Node.js that wraps screen command to make it easier to choose which screen to attach to.

License

Notifications You must be signed in to change notification settings

hi94740/screen-command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screen-command

Let you choose screen session to attach to just by using arrow keys to select or search 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:

OS Screen Version
macOS 10.15 4.00.03
Raspbian GNU/Linux 10 4.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

About

Simple terminal utility written in Node.js that wraps screen command to make it easier to choose which screen to attach to.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published