Search and browse man pages from ManKier.com. Command line interface for ManKier man page repository. **Dependency**: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.
Search and browse man pages from ManKier.com via command line.
# Explain a command with options
x mankier explain "tar -czvf"
# Explain specific tool options
x mankier explain jq -cr
# Search for man pages
x mankier query ls
# Interactive search
x mankier query --app regex
# Get full man page
x mankier page jq.1
# Get specific section
x mankier section NAME tar
# Get all references
x mankier ref tar
| Command | Description |
|---|---|
x mankier explain <cmd> | Explain shell command and options |
x mankier query <term> | Search for man pages |
x mankier page <page> | Get full man page content |
x mankier section <name> <page> | Get specific section from man page |
x mankier ref <page> | Get all links to/from the man page |
x mankier : <term> | Search ManKier via DuckDuckGo |
x mankier --help | Show help information |
# Understand tar options
x mankier explain "tar -czvf archive.tar.gz"
# Explain jq filtering
x mankier explain jq '.foo'
# Search for list-related commands
x mankier query ls
# Interactive fuzzy search
x mankier query --app regex
# Get jq manual
x mankier page jq.1
# Get NAME section from tar manual
x mankier section NAME tar
# Get DESCRIPTION section
x mankier section DESCRIPTION grep
# Search for nvme documentation
x mankier : nvme
# Search for disk management
x mankier : "disk partition"