From 282cd9130fe1c8476fa1ff764b15f12fefe6e129 Mon Sep 17 00:00:00 2001 From: jackiesogi <87609690+jackiesogi@users.noreply.github.com> Date: Thu, 28 Dec 2023 00:33:26 +0800 Subject: [PATCH] wikit: add page (#11824) * wikit: add page --------- Co-authored-by: Juri Dispan Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> --- pages/linux/wikit.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/wikit.md 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`