arch-wiki
TLDR
Search the Arch Wiki
SYNOPSIS
arch-wiki [options] searchterm_
DESCRIPTION
arch-wiki is a command-line tool for searching the Arch Linux Wiki directly from the terminal. It queries the wiki's API and presents results with titles and URLs, enabling quick access to documentation without leaving the command line.
The Arch Wiki is renowned for its comprehensive, well-maintained documentation covering not just Arch Linux but general Linux topics. This tool provides rapid access to that knowledge base during system administration and troubleshooting tasks.
Results are displayed with syntax highlighting by default, making them easy to scan. The -o flag opens the top result immediately, useful when you know exactly what you're looking for.
PARAMETERS
-o, --open
Open the first result in the default web browser.-l, --lang code
Search in a specific language (e.g., de, es, fr, ja).-n, --number count
Limit the number of results returned.-r, --raw
Output raw results without color formatting.-h, --help
Display help information.-v, --version
Display version information.
CAVEATS
Requires an active internet connection. The tool queries the wiki API, so results depend on the wiki's search indexing. Some articles may have different names than expected; try alternative search terms if initial results are unhelpful.
HISTORY
The arch-wiki tool was created to provide quick terminal access to the Arch Wiki, one of the most comprehensive Linux documentation resources. The Arch Wiki itself was established alongside Arch Linux in 2002 and has grown to include thousands of articles covering software configuration, troubleshooting, and best practices applicable across many Linux distributions.


