man leo (Commandes) - Translate english into german words and vice versa
NAME
leo - Translate english into german words and vice versa
SYNOPSIS
leo [options] word
DESCRIPTION
leo is a simple yet useful program for all those of you who don't like taking their dictionary and browsing through it. leo does this job for you with just a few keystrokes. leo accepts a wordeither english or germanand returns all translations it finds.
OPTIONS
- -g, --g2e
- German to English translation only. Default is bidirectional search.
- -e, --e2g
- English to German translation only. Default is bidirectional search.
- -u value, --umlaut value
- Determines how strictly the input of umlauts is handled. The accepted values are: exact: Only A:, O:, U:, a:, o:, u: are accepted. relaxed: (Default) In addition, the character sequences Ae, Oe, Ue, ae, oe, ue, ss are accepted as well. fuzzy: Even the characters A, O, U, a, o, u are accepted for the respective umlauts.
- -w [num], --width [num]
- This flag overrides the default output width (which is your terminal width or unlimited if using output redirection).
- -h, --help
- Just drop a short help message.
- -V, --version
- Nothing more than the version.
- -d, --debug
- If you think leo' rendering engine is broken, you might want to use this switch which gives you the plain, unprocessed HTML code.
NOTES
As leo only queries the online dictionary at http://dict.leo.org/, its scope is limited by the scope of leo's dictionary.
BUGS
Presently none known. :-) Please send bug reports to Carsten Luckmann <leo@luckmann.name>.
SEE ALSO
perl(1), Net::Dict::Leo(3)
AUTHOR
Carsten Luckmann <leo@luckmann.name>