diff --git a/pages/linux/wikit.md b/pages/linux/wikit.md new file mode 100644 index 000000000..b8e55ba94 --- /dev/null +++ b/pages/linux/wikit.md @@ -0,0 +1,20 @@ +# wikit + +> A command line program for getting Wikipedia summaries easily. +> More information: . + +- 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`