HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

archwiki-rs — Read, search, and download pages from the ArchWiki. More information: <https://gitlab.com/lucifayr/a

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandandreadsearchpagescliarchwiki-rsdownload

Problem

How to use the archwiki-rs command: Read, search, and download pages from the ArchWiki. More information: <https://gitlab.com/lucifayr/archwiki-rs>.

Solution

archwiki-rs — Read, search, and download pages from the ArchWiki. More information: <https://gitlab.com/lucifayr/archwiki-rs>.

Read a page from the ArchWiki:
archwiki-rs read-page {{page_title}}


Read a page from the ArchWiki in the specified format:
archwiki-rs read-page {{page_title}} --format {{plain-text|markdown|html}}


Search the ArchWiki for pages containing the provided text:
archwiki-rs search "{{search_text}}" --text-search


Download a local copy of all ArchWiki pages into a specific directory:
archwiki-rs local-wiki /{{path/to/local_wiki}} --format {{plain-text|markdown|html}}

Code Snippets

Read a page from the ArchWiki

archwiki-rs read-page {{page_title}}

Read a page from the ArchWiki in the specified format

archwiki-rs read-page {{page_title}} --format {{plain-text|markdown|html}}

Search the ArchWiki for pages containing the provided text

archwiki-rs search "{{search_text}}" --text-search

Download a local copy of all ArchWiki pages into a specific directory

archwiki-rs local-wiki /{{path/to/local_wiki}} --format {{plain-text|markdown|html}}

Context

tldr-pages: common/archwiki-rs

Revisions (0)

No revisions yet.