logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ydpdict - an interface for Collins and Langenscheidt dictionaries

Author

ydpdict  was  written  by  Wojtek  Kaniewski  <wojtekka@toxygen.net>.  Latest  version  can  be  found at
       http://toxygen.net/ydpdict/

                                                December 13, 2013                                     YDPDICT(1)

Configuration Options

PathPATH
              Sets the path to data files.

       CDPathPATH
              Sets the path to the CD with pronunciation samples.

       PlayerCOMMAND
              Sets the path to the sound player.

       DefaultDictionaryTYPE
              Default dictionary (0 - English-Polish, 1 - Polish-English, 2 - German-Polish, 3 - Polish-German).

       UseColorBOOLEAN
              Color support is autodetected, but color display can be forced with this option (On, Off).

       UseTransparentBOOLEAN
              Terminal transparency (On, Off).

       ColorCOLORDefinitionColorCOLORInformationColorCOLOR
              Colors  used  to display definitions can be set to one of the following: Black, Red, Green, Brown,
              Blue,  Magenta,  Cyan,  White,  Gray,  Yellow,  LightRed,  LightGreen,  LightBlue,   LightMagenta,
              LightCyan, LightWhite.  Note: for colors with "Light" prefix, emphasis will be invisible.

Description

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.

       ydpdict  tries  to  load  the  configuration  file from the following locations (reads only the first one
       found):

       1)     ~/ydpdict.conf

       2)     ~/.ydpdictrc

       3)     /etc/ydpdict.confydpdict searches for dictionary files in current directory and /usr/local/share/ydpdict.

       Pronunciation samples are read from /media/cdrom by default. To play samples of both english  and  german
       words, one shall create en and de subdirectiories with respective content.

Name

       ydpdict - an interface for Collins and Langenscheidt dictionaries

Options

-e[--eng]
              Starts the English-Polish dictionary (default).

       -p[--pol]
              Starts the Polish-English dictionary.

       -g[--ger-pol]
              Starts the German-Polish dictionary.

       -o[--pol-ger]
              Starts the Polish-German dictionary.

       -f[--path=PATH]
              Sets the path to data files.

       -c[--cdpath=PATH]
              Sets the path to the CD with pronunciation samples.

       -P[--player=PATH]
              Sets the path to the sound player.

       -w[--word=WORD]
              Starts the dictionary and translates the specified word.

       -A[--audio=DEVICE]
              Sets the default audio device.

       --version
              Displays the version of the program.

       -h[--help]
              Shows command line options.

Synopsis

ydpdict[options]

See Also