2025-03-14 21:59:59 -06:00
|
|
|
# wikiman
|
|
|
|
|
|
|
|
|
|
> Offline search engine for documentation.
|
|
|
|
|
> Supports manual pages, Arch Wiki, Gentoo Wiki, FreeBSD documentation, and tldr-pages.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://github.com/filiparag/wikiman#usage>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Search for a specific topic in all installed sources:
|
|
|
|
|
|
|
|
|
|
`wikiman {{search_term}}`
|
|
|
|
|
|
|
|
|
|
- Search for a topic in a specific [s]ource:
|
|
|
|
|
|
|
|
|
|
`wikiman -s {{source}} {{search_term}}`
|
|
|
|
|
|
|
|
|
|
- Search for a topic in two or more specific [s]ources:
|
|
|
|
|
|
|
|
|
|
`wikiman -s {{source1,source2,...}} {{search_term}}`
|
|
|
|
|
|
|
|
|
|
- List existing [S]ources:
|
|
|
|
|
|
|
|
|
|
`wikiman -S`
|
|
|
|
|
|
|
|
|
|
- Display [h]elp:
|
|
|
|
|
|
|
|
|
|
`wikiman -h`
|