Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AttachToSession ¶
func AttachToSession(session TmuxSession)
func CreateNewSession ¶
func CreateNewSession(session TmuxSession) error
func IsTmuxAvailable ¶
func IsTmuxAvailable() bool
func SwitchToSession ¶
func SwitchToSession(session TmuxSession)
Types ¶
type TmuxSession ¶
type TmuxSession struct {
Name string
Path string
Attached bool
Env map[string]string
Command string
Split PaneSplit
Windows []TmuxWindow
}
func ListExistingSessions ¶
func ListExistingSessions() ([]TmuxSession, error)
Click to show internal directories.
Click to hide internal directories.