Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "unknown" Commit = "unknown" Date = "unknown" )
the following vars will be set by goreleaser on build time
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { Delete *DeleteCmd `arg:"subcommand:delete" help:"Delete commands from history"` Get *GetCmd `arg:"subcommand:get" help:"Get a command by it's index'"` Import *ImportCmd `arg:"subcommand:import" help:"Import commands from a legacy history file"` List *ListCmd `arg:"subcommand:list" help:"List commands"` Record *RecordCmd `arg:"subcommand:record" help:"Record a new command"` Search *SearchCmd `arg:"subcommand:search" help:"Start the interactive fuzzy selection mode"` Stats *StatsCmd `arg:"subcommand:stats" help:"Show some statistics"` Tidy *TidyCmd `arg:"subcommand:tidy" help:"Apply exclude patterns to clean up the hist database"` Config string `arg:"--config" default:"~/.config/hist/config.yml"` }
Click to show internal directories.
Click to hide internal directories.