go-tmux icon indicating copy to clipboard operation
go-tmux copied to clipboard

A library to manage tmux sessions/windows/panes.

go-tmux

Build Status codecov GoDoc

A library to manage tmux sessions/windows/panes.

Usage

See examples directory:

  • create_session – Example that shows how to create a tmux session with user-defined configuration
  • sessions_manager – Sessions manager implemented using this library.