Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nylen/scripts-tmux-screen
Scripts for working with tmux and screen.
https://github.com/nylen/scripts-tmux-screen
Last synced: 6 days ago
JSON representation
Scripts for working with tmux and screen.
- Host: GitHub
- URL: https://github.com/nylen/scripts-tmux-screen
- Owner: nylen
- Created: 2013-11-08T19:08:47.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T02:32:10.000Z (about 5 years ago)
- Last Synced: 2024-10-16T00:33:46.413Z (about 1 month ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scripts-tmux-screen
This package provides scripts that help manage `tmux` and `screen` sessions.
The scripts are packaged using `npm` for convenience.
## Installation
sudo npm install -g scripts-tmux-screen
Similarly, to uninstall:
sudo npm rm -g scripts-tmux-screen
## Scripts
### tmx
`tmx` is a wrapper for `tmux`. Pass it a session name, and it will either
create that session, or attach to it, detaching any other clients.### tmux-session
`tmux-session` is a wrapper for `tmux` that initializes a session and runs one
or more commands, each in its own window.`tmux-session` requires tmux 1.7 or higher, for the `-l` (literal) option to
the `send-keys` command.### More to come eventually!