Documentation ¶ Index ¶ func FindSession(sessionName string) (*gotmux.Session, error) func ListPanes(window gotmux.Window) ([]gotmux.Pane, error) type TMUX func (p TMUX) Check() bool func (p TMUX) Name() string func (p TMUX) Order() int func (p TMUX) Run(option *recon.Option, opts launcher.Opts) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func FindSession ¶ func FindSession(sessionName string) (*gotmux.Session, error) FindSession finds a session by name func ListPanes ¶ func ListPanes(window gotmux.Window) ([]gotmux.Pane, error) ListPanes finds a window by id Types ¶ type TMUX ¶ type TMUX struct { } func (TMUX) Check ¶ func (p TMUX) Check() bool func (TMUX) Name ¶ func (p TMUX) Name() string func (TMUX) Order ¶ func (p TMUX) Order() int func (TMUX) Run ¶ func (p TMUX) Run(option *recon.Option, opts launcher.Opts) error Source Files ¶ View all Source files tmux.go Click to show internal directories. Click to hide internal directories.