mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
517 B
Plaintext
26 lines
517 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# wikit
|
|
|
|
> Easily get Wikipedia summaries.
|
|
> More information: <https://github.com/KorySchneider/wikit#usage>.
|
|
|
|
- Show a short summary of a specific topic on Wikipedia:
|
|
|
|
`wikit {{topic}}`
|
|
|
|
- Specify a language (ISO 639-1 language code):
|
|
|
|
`wikit {{topic}} {{[-l|--lang]}} {{language_code}}`
|
|
|
|
- Open the full Wikipedia article in the default browser:
|
|
|
|
`wikit {{topic}} -b`
|
|
|
|
- Open a disambiguation menu:
|
|
|
|
`wikit {{topic}} -d`
|