1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
.\" mate-dictionary.1 - an online dictionary client
.\" Copyright 2015 MATE developers
.\" Copyright 2005 Emmanuele Bassi
.\" Copyright 2001 Jochen Voss
.TH mate-dictionary 1 "Jul 11 2015" "mate-utils 1.10.2"
.SH NAME
mate-dictionary \- Look up words on dictionaries
.SH SYNOPSIS
.nf
.BI mate-dictionary
.br
.BI mate-dictionary " [options]"
.fi
.sp
or select
.B Dictionary
from the
.B Accessories
submenu of the Applications menu.
.SH DESCRIPTION
.B MATE Dictionary
provides dictionary definitions of words, using a dictionary source.
For full documentation see the
.B MATE Dictionary
online help.
.SH OPTIONS
.TP
.BI \-\-look\-up " word"
Looks up the specified word using the pre-defined dictionary source.
.TP
.BI \-\-match " word"
Matches one or more words using the pre-defined dictionary source.
.TP
.BI \-s " source\fR or " \-\-source " source"
Uses the specified source for looking up words. This does not affect the
global settings.
.TP
.BR \-n " or " \-\-no\-window
Using this switch with the \-\-look\-up will print the definitions found
on the console without launching the GUI.
.TP
.BI \-D " database\fR or " \-\-database " database"
Use the specified database for looking up words. This does not affect the
global settings.
.TP
.B \-\-help
Display help information.
.SH CONFIGURATION
All the configuration is handled using GSettings.
.SH AUTHOR
.B MATE Dictionary
was originally written by Spiros Papadimitriou (<spapadim+@cs.cmu.edu>), Mike
Hughes (<mfh@psilord.com>) and Bradford Hovinen (<hovinen@udel.edu>).
Emmanuele Bassi (<ebassi@gmail.com>) rewrote it from scratch.
This manual page was originally written by Jochen Voss
<voss@mathematik.uni-kl.de>.
.SH SEE ALSO
.BR dict (1),
.BR dictd (8),
.BR http://www.dict.org/ ,
.B RFC 2229
|