https://github.com/liamzebedee/spacey
spacey makes it easier to just manage screens on remote servers.
https://github.com/liamzebedee/spacey
personal-utility screen sysadmin unix
Last synced: 5 months ago
JSON representation
spacey makes it easier to just manage screens on remote servers.
- Host: GitHub
- URL: https://github.com/liamzebedee/spacey
- Owner: liamzebedee
- Created: 2017-09-14T18:45:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-15T11:17:14.000Z (almost 9 years ago)
- Last Synced: 2025-10-01T14:48:13.217Z (9 months ago)
- Topics: personal-utility, screen, sysadmin, unix
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
spacey
======
[](https://badge.fury.io/js/spaceyz)
spacey makes it easier to just manage screens on remote servers.
- automatically lists screens from any SSH-enabled server
- smart ssh quickconnect w/ ControlPath
Commands:
- `spacey` lists screens
- `spacey new ` creates a new screen (with prompt for which server)

GPL v3 - Liam Edwards-Playne / @liamzebedee. <3
# Install
```
# Install
npm i -G spaceyz
# Setup your servers
echo "liam@something.com" > ~/.spacey
# Run spacey
spacey
```
## Troubleshooting
`DEBUG=spacey spacey` prints debug information. The source is very simple, take a look.