mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
archwiki-rs: add page (#12700)
This commit is contained in:
parent
2f1108cf76
commit
0b811667ba
1 changed files with 20 additions and 0 deletions
20
pages/common/archwiki-rs.md
Normal file
20
pages/common/archwiki-rs.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue