HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

wikiman — Offline search engine for documentation. Supports manual pages, Arch Wiki, Gentoo Wiki, FreeBSD docu

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandenginesearchforcliwikimandocumentationoffline

Problem

How to use the wikiman command: Offline search engine for documentation. Supports manual pages, Arch Wiki, Gentoo Wiki, FreeBSD documentation, and tldr-pages. More information: <https://github.com/filiparag/wikiman#usage>.

Solution

wikiman — Offline search engine for documentation. Supports manual pages, Arch Wiki, Gentoo Wiki, FreeBSD documentation, and tldr-pages. More information: <https://github.com/filiparag/wikiman#usage>.

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

Code Snippets

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

Context

tldr-pages: common/wikiman

Revisions (0)

No revisions yet.