An interactive TUI to browse and read man pages.
Written with ratatui.
Install with brew
brew install preiter93/mantui/mantui
Download the latest binary from the releases page.
To launch the application:
mantui
To view a specific man page, provide the command name:
mantui tar
Browse through sections and search through a list of man pages.
Read the man pages. Supports scrolling with the mouse and highlighting/copying text.
Action | Command |
---|---|
Scroll up/down | j / k |
Scroll half-page up/down | Ctrl + u / Ctrl + d |
Search | / |
Go back | Esc |
Select | Enter |
- You see a large chunk of a man page underlined? Check if you have exported some configuration for less, e.g.
LESS_TERMCAP
, see this issue.