workon/tmux/pane.go
James Walker 468788594f
All checks were successful
continuous-integration/drone/push Build is passing
add support for panesthesia
Close #12
2024-06-24 12:56:38 -04:00

8 lines
168 B
Go

package tmux
type Pane struct {
Root string `yaml:"root,omitempty"`
Type string `yaml:"type,omitempty"`
Commands []string `yaml:"commands,omitempty"`
}