LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

archwiki-rs

Browse the Arch Linux Wiki from the terminal

TLDR

Search the Arch Wiki by title
$ archwiki-rs search "[query]"
copy
Search within page text content
$ archwiki-rs search "[query]" -t
copy
Read a page in the terminal
$ archwiki-rs read-page "[Neovim]"
copy
Read a page as Markdown
$ archwiki-rs read-page "[Neovim]" --format markdown
copy
Download page and category names for offline search
$ archwiki-rs sync-wiki
copy
List all available pages
$ archwiki-rs list-pages
copy

SYNOPSIS

archwiki-rs command [options] [query]

DESCRIPTION

archwiki-rs is a command-line tool for browsing the Arch Linux Wiki from the terminal. It can search pages by title or text, render page content as plain text or Markdown, and cache pages for offline reading.The tool provides offline-capable access to Arch Wiki documentation, useful for system administration and troubleshooting.

PARAMETERS

read-page page

Fetch and display a wiki page. Use --format to choose the output format (e.g. markdown).
search query
Search pages by title; add -t to search page text content instead.
list-pages
List all available wiki pages (tree by default, -f for a flat list, -c to filter by category).
list-categories
List all available wiki categories.
list-languages
List the supported page languages.
sync-wiki
Download the page and category names used by the search and list commands.
local-wiki
Download a complete local copy of the Arch Wiki (makes many requests).
info
Show application metadata and configuration, such as the cache directory.
completions shell
Generate a shell completion file.
--json, --json-raw
Emit machine-readable JSON output.

CAVEATS

Content may be outdated if used offline. Formatting may differ from web version. Some wiki features not available in terminal.

HISTORY

archwiki-rs was created as a Rust-based tool for Arch Linux users who prefer terminal-based documentation access.

SEE ALSO

man(1), tldr(1), curl(1)

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid