tmux_chooser

Crates.iotmux_chooser
lib.rstmux_chooser
version0.5.0
sourcesrc
created_at2020-09-30 20:20:00.474134
updated_at2020-09-30 23:18:24.118032
descriptionChoose a tmux session to attach to or create a new one.
homepagehttps://github.com/ambiso/tmux_chooser
repositoryhttps://github.com/ambiso/tmux_chooser
max_upload_size
id294743
size9,806
(ambiso)

documentation

README

tmux_chooser

Choose a tmux session to attach to or create a new one. Inspired by this shell script.

Install

cargo install tmux_chooser

Deviations

This tmux_chooser deviates from the shell script in the following ways:

  • if an invalid session number is entered, the user is asked for one again
  • if the given session name already exists, we connect to the session instead of erroring out
  • sessions are formatted in a custom way (e.g. displaying the duration for which a session has lived)
Commit count: 17

cargo fmt