Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
Grep string
// ExcludeDir drops sessions whose cwd (or basename, when cwd is empty)
// contains this substring, case-insensitive. Empty disables the filter.
ExcludeDir string
Regex bool
NoColor bool
// Color overrides auto-detection: "always", "never", or "" (auto).
// --no-color and NO_COLOR still force off when Color is empty/auto.
Color string
Out io.Writer
}
Options controls list output.
Click to show internal directories.
Click to hide internal directories.