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
|
.TH YDPDICT 1 "July 1, 2007"
.SH NAME
ydpdict \- an interface for Collins and Langenscheidt dictionaries
.SH SYNOPSIS
.B ydpdict [
.BI options
.B ]
.SH DESCRIPTION
.B ydpdict
is an ncurses interface for English-Polish and Polish-English Collins
dictionaries, as well as German-Polish and Polish-German Langenscheidt
dictionaries, which are distributed by Young Digital Planet.
.PP
.B ydpdict
tries to load the configuration file from the following locations (reads only
the first one found):
.TP
1)
.BI ~/ydpdict.conf
.TP
2)
.BI ~/.ydpdictrc
.TP
3)
.BI /etc/ydpdict.conf
.SH OPTIONS
.TP
.BI \-e\ [\-\-eng]
Starts the English-Polish dictionary (default).
.TP
.BI \-p\ [\-\-pol]
Starts the Polish-English dictionary.
.TP
.BI \-g\ [\-\-ger-pol]
Starts the German-Polish dictionary.
.TP
.BI \-o\ [\-\-pol-ger]
Starts the Polish-German dictionary.
.TP
.BI \-f\ [\-\-path=PATH]
Sets the path to data files.
.TP
.BI \-c\ [\-\-cdpath=PATH]
Sets the path to the CD. (For audio sample files).
.TP
.BI \-P\ [\-\-player=PATH]
Sets the path to the WAV file player.
.TP
.BI \-w\ [\-\-word=WORD]
Starts the dictionary and translates the specified word.
.TP
.BI \-A\ [\-\-audio=DEVICE]
Sets the default audio device.
.TP
.BI \-\-version
Displays the version of the program.
.TP
.BI \-h\ [\-\-help]
Shows command line options.
.SH AUTHOR
.B ydpdict
was written by Wojtek Kaniewski <wojtekka@toxygen.net>. Latest version can be
found at
.I http://toxygen.net/ydpdict/
|