mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
wikit: add page (#11824)
* wikit: add page --------- Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
This commit is contained in:
parent
0a9d38b89c
commit
282cd9130f
1 changed files with 20 additions and 0 deletions
20
pages/linux/wikit.md
Normal file
20
pages/linux/wikit.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# wikit
|
||||
|
||||
> A command line program for getting Wikipedia summaries easily.
|
||||
> More information: <https://github.com/KorySchneider/wikit>.
|
||||
|
||||
- Show a short summary of a specific topic on Wikipedia:
|
||||
|
||||
`wikit {{topic}}`
|
||||
|
||||
- Specify a [l]anguage (ISO 639-1 language code):
|
||||
|
||||
`wikit {{topic}} --lang {{language_code}}`
|
||||
|
||||
- Open the full Wikipedia article in the default browser:
|
||||
|
||||
`wikit {{topic}} -b`
|
||||
|
||||
- Open a disambiguation menu:
|
||||
|
||||
`wikit {{topic}} -d`
|
Loading…
Add table
Reference in a new issue