HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

mate-dictionary — Look up words on dictionaries. More information: <https://manned.org/mate-dictionary>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commanddictionariescliwordsinformationlookmate-dictionarymore

Problem

How to use the mate-dictionary command: Look up words on dictionaries. More information: <https://manned.org/mate-dictionary>.

Solution

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}}'

Code Snippets

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}}'

Context

tldr-pages: common/mate-dictionary

Revisions (0)

No revisions yet.