mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
18 lines
388 B
Plaintext
18 lines
388 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# mate-dictionary
|
|
|
|
> Look up words on dictionaries.
|
|
> More information: <https://manned.org/mate-dictionary>.
|
|
|
|
- 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}}'`
|