Documentation
¶
Index ¶
- func NewConfigCmd() *cobra.Command
- func NewEditorCmd() *cobra.Command
- func NewLogsCmd() *cobra.Command
- func NewNvimDemoCmd() *cobra.Command
- func NewOpenInWindowCmd() *cobra.Command
- func NewPathsCmd() *cobra.Command
- func NewTmuxCmd() *cobra.Command
- func NewTmuxEditorCmd() *cobra.Command
- func NewVersionCmd() *cobra.Command
- func NewWorktreesCmd() *cobra.Command
- func NewWsCmd() *cobra.Command
- type PathsOutput
- type TailedLine
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConfigCmd ¶
func NewEditorCmd ¶
func NewNvimDemoCmd ¶
NewNvimDemoCmd creates the nvim-demo command.
func NewOpenInWindowCmd ¶
NewOpenInWindowCmd creates the `open-in-window` command.
func NewPathsCmd ¶
func NewTmuxCmd ¶
NewTmuxCmd returns the tmux command with all subcommands configured.
func NewTmuxEditorCmd ¶
func NewVersionCmd ¶
func NewWorktreesCmd ¶
NewWorktreesCmd creates the `worktrees` command
Types ¶
type PathsOutput ¶
type PathsOutput struct {
ConfigDir string `json:"config_dir"`
DataDir string `json:"data_dir"`
StateDir string `json:"state_dir"`
CacheDir string `json:"cache_dir"`
BinDir string `json:"bin_dir"`
}
PathsOutput represents the XDG-compliant paths used by Grove.
type TailedLine ¶
TailedLine represents a line of log output from a specific workspace.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.