go-tmux

A library to manage tmux sessions/windows/panes.

MIT License

Stars
33
Committers
8

go-tmux

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