Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Path is the default path to the tmux executable on disk. Path = "/usr/bin/tmux" // SessionName is the string to use when naming a tmux session. SessionName = "mdrip" )
Variables ¶
This section is empty.
Functions ¶
func IsProgramInstalled ¶
IsProgramInstalled checks for tmux.
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) Adapt ¶
Adapt opens a websocket to the given address, and sends what it gets to tmux. TODO: THIS STUFF ABANDONED FOR NOW AS THE USE CASE IS QUESTIONABLE.
Click to show internal directories.
Click to hide internal directories.