-
Notifications
You must be signed in to change notification settings - Fork 0
/
xdict.1
35 lines (35 loc) · 990 Bytes
/
xdict.1
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
.TH xdict 1
.SH NAME
xdict \- a command line program for accessing the MacOSX dictionary
.SH SYNOPSIS
xdict [\-l] | [\-d [dictionary] [\-c [command]] [word]
.SH DESCRIPTION
xdict is a MacOSX command line program for accessing the MacOSX
dictionary.
.SH OPTIONS
.TP
.B \-l
If \-l is specified, all available dictionaries are listed.
.TP
.B \-d [dictionary]
If \-d is specified, xdict will try to use the specified dictionary,
if it is available.
.TP
.B \-c [command]
If \-c is specified, xdict will execute one of the following commands:
.sp
.ti
"h" or "headword" \- prints the headword only
.ti
"m" or "html" \- prints the html version of the defintion
.ti
"r" or "raw" \- prints the raw version of the definition
.sp
.ti
All commands except 'r' or 'raw' are ignored by the \-c option
unless \-d is also specified.
.SH PLATFORMS
xdict has been tested on MacOSX 11.x (Big Sur) and 12.x (Monterey)
on M1.
.SH HISTORY
xdict was written by Sriranga Veeraraghavan <ranga@calalum.org>.