|
NAMEwikiman - Offline search engine for manual pages, Arch Wiki, Gentoo Wiki and other documentation.SYNOPSISwikiman [-q] [-a] [-p] [-k] [-c] [-l <comma separated languages>] [-s <comma separated sources>] [-f <fuzzy finder>] [-H <html viewer>] [-R] <keyword>...wikiman -S wikiman -W <shell> wikiman -v wikiman -h If no keywords are provided, show all pages. DESCRIPTIONWikiman is an offline search engine for manual pages, Arch Wiki, Gentoo Wiki and other documentation.Wikiman provides an easy interface for browsing documentation without the need to be exact and connected to the internet. This is achieved by utilizing full text search for wikis, partial name and description matching for man pages, and fuzzy filtering for search results. OPTIONS-l <comma separated languages>
-s <comma separated sources>
-f <fuzzy finder>
-q
-a
-p
-k
-c
-H <html viewer>
-R
-S
-W <shell>
-v
-h
CONFIGURATION:Default user configuration file location: ~/.config/wikiman/wikiman.conf (if XDG_CONFIG_HOME is not set).System-wide configuration location: /etc/wikiman.conf Sourcessources =Fuzzy finderfuzzy_finder = fzfQuick search modequick_search = falseAND operator modeand_operator = falseRaw outputraw_output = falseLanguage(s)man_lang = enwiki_lang = en List all man languages besides English (en):
List all Arch Wiki languages:
List all FreeBSD Documentation languages:
TUI previewtui_preview = trueTUI keep opentui_keep_open = falseTUI show source columntui_source_column = falseTUI viewer for HTML pagestui_html = w3mADDITIONAL SOURCES:Default user sources directory: ~/.config/wikiman/sources (if XDG_CONFIG_HOME is not set).System-wide sources directory: /usr/share/wikiman/sources Installing a source:To install an additional source called <name>, download it using Wikiman's Makefile:sudo make install source-<name>
Visit the GSP FreeBSD Man Page Interface. |