Categorygithub.com/jubnzv/go-tmux
repositorypackage
0.0.0-20240808014214-bf465a395e96
Repository: https://github.com/jubnzv/go-tmux.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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