Skip to content
/ espoir Public

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

License

Notifications You must be signed in to change notification settings

imakira/espoir

Repository files navigation

img

Espoir - A Command Line French to English Dictionary

espoir means "hope" in French.

img

Installing

Using npm

npm -g @imakira/espoir@latest
espoir espoir

Using Nix

nix run github:imakira/espoir -- espoir

Usage

Usage: espoir [options] words
Options: 
  -h, --help              [default]  Show help messages
  -g, --conjugation       false      Get conjugations of a verb
  -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
  • [DONE] Conjugations of a Verb
  • [DONE] builtin caching

Screenshots

Inflections Section

img

Concise Format

img

English to French

img

Conjugations

espoir -g croître # part of the result

img

Contribution

If you encountered any issue, feel free to fire an issue at https://github.com/imakira/espoir/issues.

If you find this little tool useful, I will really appreciate if you can give the project a star.

If you want to experiment with the code, check the develop.org

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published