A terminal browser for the Arch Wiki. No bloat. No browser. Just the wiki.
Because if you're already in a TTY fixing your bootloader, you shouldn't have to launch X11 just to read about kernel parameters.
Note: This is an initial beta release. Expect bugs. If it breaks your workflow, you get to keep the pieces. PRs welcome.
yay -S archwiki-tui-gitcurl -sL https://raw.githubusercontent.com/Harshil-Anuwadia/archwiki-tui/master/install.sh | sudo bashRequires go, make, and gcc.
git clone https://github.com/Harshil-Anuwadia/archwiki-tui
cd archwiki-tui
make build
sudo cp bin/archwiki /usr/local/bin/archwiki # Home screen
archwiki <query> # Direct search/: Searchj/k: Navigate (Vim keys, obviously)Enter: Open page or follow linkc: Copy code block to clipboardb: Go back in historyq: Quit
- KISS: It does one thing and does it well.
- Efficiency: Fuzzy searching titles is faster than navigating a website.
- Utility:
cto yank code blocks directly into your terminal saves time when you're lazy (and we all are). - Offline: It caches what you read, because sometimes you break your networking.
Contributions are welcome. If you want to help improve the project:
- Check the CONTRIBUTING.md guide.
- Use the Issue Templates for bugs and features.
- Submit a PR.
See CHANGELOG.md for release history.
MIT.
I use Arch btw.
