1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 22:46:02 +02:00
tldr/pages/common/wikit.md

21 lines
449 B
Markdown
Raw Normal View History

# 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 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`