diff --git a/pages/common/wikiman.md b/pages/common/wikiman.md new file mode 100644 index 000000000..3ea9aae63 --- /dev/null +++ b/pages/common/wikiman.md @@ -0,0 +1,25 @@ +# wikiman + +> Offline search engine for documentation. +> Supports manual pages, Arch Wiki, Gentoo Wiki, FreeBSD documentation, and tldr-pages. +> More information: . + +- Search for a specific topic on 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`