mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 05:55:21 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
25
tldr/wikit
Normal file
25
tldr/wikit
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user