2023-12-28 00:33:26 +08:00
|
|
|
# wikit
|
|
|
|
|
2024-06-16 22:46:42 +02:00
|
|
|
> A command-line program for getting Wikipedia summaries easily.
|
2023-12-28 00:33:26 +08:00
|
|
|
> More information: <https://github.com/KorySchneider/wikit>.
|
|
|
|
|
|
|
|
- Show a short summary of a specific topic on Wikipedia:
|
|
|
|
|
|
|
|
`wikit {{topic}}`
|
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
- Specify a language (ISO 639-1 language code):
|
2023-12-28 00:33:26 +08:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`wikit {{topic}} {{[-l|--lang]}} {{language_code}}`
|
2023-12-28 00:33:26 +08:00
|
|
|
|
|
|
|
- Open the full Wikipedia article in the default browser:
|
|
|
|
|
|
|
|
`wikit {{topic}} -b`
|
|
|
|
|
|
|
|
- Open a disambiguation menu:
|
|
|
|
|
|
|
|
`wikit {{topic}} -d`
|