Project

rtmux

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
help create/resume tmux sessions
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 0
 Project Readme

rtmux

Gem Version

For running Tmux with a little more easiness.

1. Install

$ gem install rtmux

2. Usage

$ rtmux

for starting/resuming a session with 'hostname'

or

$ rtmux SESSION_NAME

for a session with 'SESSION_NAME'

3. Generate a config file

Place a yaml file at $HOME with name: .rtmux.conf

or

$ rtmux genconfig --overwrite

4. Config file examples

TODO

5. TODOs

  • add some tests