repositorypackage
0.0.0-20230514075154-05b8c9bd9a9b
Repository: https://github.com/brotholo/go-tmux.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
go-tmux
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.