Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PgmName is the name of the tmux executable. PgmName = "tmux" // SessionName is the string to use when naming a tmux session. SessionName = utils.PgmName )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tmux ¶
type Tmux struct {
// contains filtered or unexported fields
}
Tmux holds information about a tmux process (https://github.com/tmux/tmux).
func (Tmux) ListSessions ¶
Click to show internal directories.
Click to hide internal directories.