Skip to content

Commit

Permalink
wikiman: add page
Browse files Browse the repository at this point in the history
  • Loading branch information
João Pedro Battistella Nadas committed Nov 20, 2024
1 parent 7fbc4a4 commit 6943166
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pages/common/wikiman.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# wikiman

> Wikiman is an offline search engine for manual pages, Arch Wiki, Gentoo Wiki and other documentation.
> More information: <https://github.com/filiparag/wikiman>.

- Search for a specific topic on all install sources:

`wikiman {{search_term}}`

- Search for a topic on a specific [s]ource:

Check failure on line 11 in pages/common/wikiman.md

View workflow job for this annotation

GitHub Actions / build

ource ==> source, ounce

`wikiman -s {{source}} {{search_term}}`

- Search for a topic on two specific [s]ources:

Check failure on line 15 in pages/common/wikiman.md

View workflow job for this annotation

GitHub Actions / build

ources ==> sources, ounces

`wikiman` -s {{source1}},{{source2}} {{search_term}}`

- List existing [S]ources:

Check failure on line 19 in pages/common/wikiman.md

View workflow job for this annotation

GitHub Actions / build

ources ==> sources, ounces

`wikiman -S`

0 comments on commit 6943166

Please sign in to comment.