# CLI ``` histui [format] [format] [options] ``` ## Import Read history entries from \ into histuidb \. Unless all lines are pure entry values, a format will have to be specified. If no files are specified, precomposed formats shall be printed. E.g. format for "Bash with timestamps". ## Export Dump the contents of histuidb \ to stdout using [format]. ## Init Used for printing reasonable default configuration for using histui with the selected shell. The default configuration, if possible should have the following features: + override history search with invoking histui + sync further commands a histuidb If no shell is specified, the available options shall be printed. # TUI ``` $ histui tui [options] --command : start in search mode --normal : start in normal mode ``` ``` +---+---------------+ | p | | | o | listing | | s | | +---+---------------+ | ruler | +-------------------+ | input | +-------------------+ ``` #### Input **