From 22d115ffec8e4a8571e97a304c9c9e4064823c89 Mon Sep 17 00:00:00 2001 From: Emily Grace Seville Date: Tue, 19 Apr 2022 16:45:27 +1000 Subject: [PATCH] Add `mate-dictionary` page (#8030) --- pages/common/mate-dictionary.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/mate-dictionary.md diff --git a/pages/common/mate-dictionary.md b/pages/common/mate-dictionary.md new file mode 100644 index 000000000..9169d23e0 --- /dev/null +++ b/pages/common/mate-dictionary.md @@ -0,0 +1,12 @@ +# mate-dictionary + +> Look up words on dictionaries. +> More information: . + +- Print a specific word definition: + +`mate-dictionary --no-window --look-up '{{word}}'` + +- Show similar words for a specific one in a new window: + +`mate-dictionary --match '{{word}}'`