A convenient wrapper for arch-wiki-docs, enabling effortless searching and access to the offline Arch Wiki.
- arch-wiki-docs
- A menu such as dmenu, rofi, or tofi. Configure Accordingly in the
config
file. - A web browser. Configure Accordingly in the
config
file. - find
- cut
- sed
- sort
- libnotify (For notification support.)
yay -Sy local-arch-wiki
- Install all the required dependencies according to the distribution you use.
- Install local-arch-wiki in your system.
curl -LOS "https://raw.githubusercontent.com/whoisYoges/local-arch-wiki/master/local-arch-wiki"
chmod +x local-arch-wiki
sudo mv local-arch-wiki /usr/local/bin/
local-arch-wiki will by default create a config file at $HOME/.config/local-arch-wiki/config
on first run. This file contains options to configure your wiki directory, browser and menu. Firefox is used as the web browser and tofi is used as menu by default.
- Remove the installed dependencies. (Be careful other packages may need these dependencies).
- Uninstall local-arch-wiki from your system.
sudo rm /usr/local/bin/local-arch-wiki