Documentation
¶
Overview ¶
Package histlist implements the history listing addon.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// Binding provides key binding.
Binding cli.Handler
// Store provides the source of all commands.
Store Store
// Dedup is called to determine whether deduplication should be done.
// Defaults to true if unset.
Dedup func() bool
// CaseSensitive is called to determine whether the filter should be
// case-sensitive. Defaults to true if unset.
CaseSensitive func() bool
}
Config contains configurations to start history listing.
Click to show internal directories.
Click to hide internal directories.