LinuxCommandLibrary

wikiman

Offline documentation search aggregator

TLDR

Search documentation

$ wikiman [query]
copy
Search specific sources
$ wikiman -s [arch] [query]
copy
List sources
$ wikiman -l
copy
Interactive mode
$ wikiman -H [query]
copy
Raw output
$ wikiman -R [query]
copy
Update sources
$ wikiman -S
copy

SYNOPSIS

wikiman [-s sources] [-l] [-H] [options] query

DESCRIPTION

wikiman is an offline documentation search tool that aggregates multiple sources including man pages, Arch Wiki, Gentoo Wiki, and TLDR pages into a single searchable interface. Queries are matched across all configured sources simultaneously, with results ranked by relevance using fuzzy matching.
Source filtering allows narrowing searches to specific documentation types, such as only wiki articles or only man pages. Results can be viewed in a terminal pager or opened in a browser with full HTML formatting preserved for wiki content.
All documentation is stored locally after an initial sync, enabling fast searches without network access. The sync command updates the local cache with the latest content from each configured source.

PARAMETERS

-s SOURCES

Specific sources.
-l
List sources.
-H
HTML viewer.
-R
Raw output.
-S
Sync sources.
-p PAGER
Set pager.
-W WIDTH
Output width.

SOURCES

arch - Arch Wiki
man - Man pages
tldr - TLDR pages
gentoo - Gentoo Wiki

CAVEATS

Initial sync downloads data. Disk space needed. Some sources large.

HISTORY

wikiman was created for unified offline documentation access. It combines wikis, man pages, and TLDR into one search.

SEE ALSO

man(1), tldr(1), arch-wiki(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community