Synopsis
Description
hline is a centered-cursor TUI for browsing bash history. When you runhline, it loads your bash history file and presents it in an interactive terminal interface.
Options
Path to a custom history file to browse.If not specified, hline uses the default bash history path:
$HOME/.bash_historywhen the HOME environment variable is set./.bash_historyas a fallback
Display help information about available options and exit.Example:
Display version information and exit.Example:
Usage examples
Browse default bash history
~/.bash_history and opens the interactive browser.
Browse a custom history file
Browse history from a different user
Exit codes
The program returns standard exit codes:0- Successful execution- Non-zero - An error occurred (e.g., history file not found, permission denied)