![]() |
![]()
| ![]() |
![]()
NAMEwikiman - Offline search engine for manual pages, Arch Wiki, Gentoo Wiki and other documentation. SYNOPSISwikiman [-q] [-a] [-p] [-k] [-c]
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 = fzf Quick search modequick_search = false AND operator modeand_operator = false Raw outputraw_output = false Language(s)man_lang = en wiki_lang = en List all man languages besides English (en):
List all Arch Wiki languages:
List all FreeBSD Documentation languages:
TUI previewtui_preview = true TUI keep opentui_keep_open = false TUI show source columntui_source_column = false TUI viewer for HTML pagestui_html = w3m ADDITIONAL 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>
|