Connect with us

Hi, what are you looking for?

Geeks

Wikiman Is An Offline Search Engine For Arch Linux

Official documentation of applications or commands is always the best way to learn about them if you want to know every detail, which a blog or article can’t provide.

And in the Linux community, we can’t deny Arch Wiki is truly a go-to place for anything you want to learn about Linux. Besides Arch, there are other documentations as well which you may also want to prefer like Gentoo or FreeBSD.

So, whether you want to know about a command or jargon in Linux, you can refer to any of the Wiki sites available. But if you’re looking for something that can provide documentation not only of Arch Linux but also of Gentoo, FreeBSD, and others to read in an offline mode, meet Wikiman.

Wikiman Is An Offline System Documentation Search Engine

Wikiman is a free and open source command-line tool by Filip Parag for Linux and BSD-based operating systems. The tool allows you to browse through manual pages, Arch Wiki, Gentoo Wiki, and other docs without a need for an Internet connection.

Version 1.0 of Wikiman was the first initial release on August 23, 2020, and until now it has reached up to v2.12.1, originally arrived in the last week of September.

By default, Wikiman only searches the system’s manual pages until you download the other type of documentation. As you can see in the picture below, wikiman -S command displays all available docs with active source and its path.

Like Google searches, you also don’t need to know the exact word to browse as Wikiman utilizes full-text search for keywords and fuzzy filtering of displayed search results.

Advertisement. Scroll to continue reading.
AIAD

As soon as you enter the word and press enter, it lists down all available results along with all pieces of information in the right box.

How To Browse Other Wiki Documentation?

Before anything else, first download the latest Wikiman packages from here and then install it following the given commands for your respective Linux distros.

Currently, Wikiman has four available optional sources: Arch Wiki (arch), Gentoo Wiki (gentoo), FreeBSD Documentation (fbsd), and TLDR Pages (tldr). To get results from wiki docs other than man pages, you need to download their snapshots by running commands:

# install arch wiki
curl -L 'https://raw.githubusercontent.com/filiparag/wikiman/master/Makefile' -o 'wikiman-makefile'
make -f ./wikiman-makefile source-arch
sudo make -f ./wikiman-makefile source-install
sudo make -f ./wikiman-makefile clean

Here, replace source-arch with source-gentoo for Gentoo Wiki, source fbsd for FreeBSD docs, and source tldr for TLDR pages.

Once you download all the docs, verify the active sources by running:

wikiman -S

Lastly, if you want to browse through specific wiki docs like Arch, run the command:

# syntax: wikiman -s <wiki-docs> <search-query>
wikiman -s arch install

Image Source: Python Awesome

You May Also Like

Geeks

Latest information about Manjaro Linux’s laptop project dates back to 2017 when the Manjaro Spitfire was released in partnership with Station X. However, updates...

Geeks

Recently, I discovered a Java compiler for web applications that I’d like to share with you. It’s called CheerpJ, and it has the ability...

Geeks

Following ECMAScript 2016, the ECMA International has given the green light to the latest edition of the ECMAScript Language Specification, ECMAScript 2017. JavaScript, which...

Geeks

After over 2 years of work, the long-awaited stable release of Devuan GNU+Linux 1.0 is now accessible for download. This alternative distribution has been...