SkillAgentSearch skills...

Lazyman

An interactive tui for manuals (man pages) for Linux and MacOS

Install / Use

/learn @shuklasaharsh/Lazyman
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

LazyMan

img.png

A fast, beautiful TUI (Terminal User Interface) for browsing and reading manual pages, inspired by lazygit.

License Go Version

Features

  • 🚀 Fast Navigation - Quickly browse through all available man pages
  • 🔍 Instant Search - Search man pages by keyword
  • 📖 Smooth Reading - Read man pages with vim-style navigation
  • 🎨 Beautiful UI - Color-coded interface built with Bubble Tea
  • ⌨️ Keyboard-driven - Efficient keyboard shortcuts for power users
  • 🗂️ Deep Search (In Beta) - A deep search using pre-built indices for in-depth lookups.

Installation

git clone https://github.com/shuklasaharsh/lazyman
cd lazymanuals
go build

Or install directly:

go install github.com/shuklasaharsh/lazyman@latest

Usage

Simply run:

./lazyman

Or if installed:

lazyman

Deep Search:

  • For the First time:
lazyman -S # To build indices
  • Next time
lazyman -S uv_loop 

Keyboard Shortcuts

List View

  • ↑/k - Move up
  • ↓/j - Move down
  • Enter - View selected man page
  • / - Search man pages
  • r - Refresh man page list
  • q - Quit

Detail View

  • ↑/k - Scroll up
  • ↓/j - Scroll down
  • g - Go to top
  • G - Go to bottom
  • u - Half page up
  • d - Half page down
  • q/Esc - Back to list

Search View

  • Enter - Execute search
  • Esc - Cancel search

Requirements

  • Go 1.25 or higher
  • Unix-like system with man command (Linux, macOS, BSD)

Dependencies

Contributing

We welcome contributions! Please see CONTRIBUTING.md for details on how to get started.

License

BSD License - see LICENSE file for details

Acknowledgments

Support

If you find a bug or have a feature request, please open an issue on GitHub.

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated1mo ago
Forks0

Languages

Go

Security Score

85/100

Audited on Feb 23, 2026

No findings