Nothing Special   »   [go: up one dir, main page]

Skip to content
/ espoir Public

Espoir is a command line French to English dictionary based on Wordreference written in Clojure

License

Notifications You must be signed in to change notification settings

imakira/espoir

Repository files navigation

Espoir - A Command Line French to English Dictionary

espoir means "hope" in French.

img

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

TODO

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

Screenshots

Inflections Section

img

Concise Format

img

English to French

img

About

Espoir is a command line French to English dictionary based on Wordreference written in Clojure

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published