Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option func(*config)
func WithConfig ¶ added in v0.1.0
WithConfig sets the loaded application config (the action command set). The enter-key menu lists its actions and runs the chosen one in the cursored repo.
func WithDir ¶
WithDir sets the root directory whose immediate subdirectories are scanned for git repositories.
func WithLogPath ¶ added in v0.1.0
WithLogPath sets the log file path shown in the help overlay. main.go owns the canonical path (xdg.StateFile), so it passes the same value it writes to.
func WithVersion ¶ added in v0.1.0
WithVersion sets the version string shown in the header's right corner. Empty (e.g. a plain `go build` with no ldflags) leaves the model's "dev" default.
Click to show internal directories.
Click to hide internal directories.