harshil-anuwadia/archwiki-tui — explained in plain English
Analysis updated 2026-05-18
Search and read Arch Wiki articles directly from the terminal while debugging a system issue.
Fuzzy search article titles faster than navigating the wiki website.
Copy a code block from an article straight to the clipboard with one keypress.
Read cached wiki pages when your network connection is down.
| harshil-anuwadia/archwiki-tui | 732124645/promptops | joaooliveira889/monogit | |
|---|---|---|---|
| Stars | 31 | 31 | 31 |
| Language | Go | Go | Go |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Install via AUR, a one-line script, or build from source with Go and Make.
archwiki-tui is a terminal-based browser for the Arch Wiki, the documentation site for Arch Linux. Instead of opening a web browser to search the wiki, you type a command in your terminal and get the content there. It is written in Go and described as a beta release. The tool is aimed at Arch Linux users who are already working in a terminal, for instance while debugging a system problem, and want to look up documentation without switching to a graphical browser. The project lists four reasons for existing: it does one thing, fuzzy searching article titles in the terminal is faster than navigating a website, pressing a single key copies code blocks directly to the clipboard, and it caches pages you have read so they remain available if your network connection breaks. Keyboard controls follow the Vim convention: "j" and "k" move up and down, "/" starts a search, "Enter" opens a page or follows a link, "c" copies the nearest code block to the clipboard, "b" goes back, and "q" quits. Installation is available through the AUR (the Arch User Repository, a community package source for Arch Linux), via a one-line install script, or by building from source with Go and Make. The project is MIT licensed.
A terminal browser for the Arch Wiki that lets Arch Linux users search and read documentation without leaving the command line.
Mainly Go. The stack also includes Go.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.