Skip to content

A session, like life, is now ephemeral

Compare
Choose a tag to compare
@zdykstra zdykstra released this 14 Dec 20:23
· 70 commits to master since this release
d9645a3

This release adds the --oneoff|-S command line flag. This will open up a prompt through the selection tool of your choice (currently defaults to rofi), then create a new tmuxc instance with a named session on a host.

Input can take the following forms:

  • session
  • session@localhost
  • session@remote-host

The first two forms are identical to each other. Once the tmux session exits (the last window closes), tmuxc will exit and not respawn. If tmuxc is killed before the tmux session ends, there is no further record of the session. These sessions are not persisted to .tmuxc.conf, nor are they discoverable once the controlling tmuxc instance exits.