Skip to content

Commit

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

View workflow job for this annotation

GitHub Actions / build

ources ==> sources, ounces

`wikiman -S`

0 comments on commit 7fc5be8

Please sign in to comment.