Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.28 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.28 KB

Mantui

An interactive TUI to browse and read man pages.

Written with ratatui.

Installation

Brew

Install with brew

brew install preiter93/mantui/mantui

Download Binary

Download the latest binary from the releases page.

Usage

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.

Key bindings

Action Command
Scroll up/down j / k
Scroll half-page up/down Ctrl + u / Ctrl + d
Search /
Go back Esc
Select Enter

Troubleshooting

  • 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.