Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 1.4 KB

README.org

File metadata and controls

65 lines (44 loc) · 1.4 KB

Espoir - A Command Line French to English Dictionary

espoir means “hope” in French.

./screenshots/espoir.png

Installing

Using npm

npm -g @imakira/espoir
espoir espoir

Using Nix

nix run github:imakira/espoir -- espoir

Usage

Usage: espoir [options] words
Options: 
  -h, --help              [default]  Show help messages
  -s, --short             false      Show results in a more concise format, omitting some information.
  -a, --all               false      Show all translation sections (only principal translations are shown by default)
  -N, --no-inflections    false      Don't show inflection sections
  -f, --fr-to-en          false      Force French to English lookup
  -e, --en-to-fr          false      Force English to French lookup
  -I, --inflections-only  false      Only show inflection sections
  -n, --no-color          false      Disable ascii color output, env NO_COLOR is also supported

  • [DONE] English to French Support
  • Conjugations of a Verb

Screenshots

Inflections Section

screenshots/inflections.png

Concise Format

screenshots/concise.png

English to French

screenshots/en-to-fr.png