/go-tmux

A library to manage tmux sessions/windows/panes.

Primary LanguageGoMIT LicenseMIT

go-tmux

Build GoDoc

A Go library for managing tmux sessions, windows, and panes.

Usage

See the examples directory:

  • create_session – Example showing how to create a tmux session with a user-defined configuration
  • sessions_manager – Session manager implemented using this library