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

Manuall Install

  1. Install babashka

  2. Save espoir somewhere and run it!

    curl https://raw.githubusercontent.com/imakira/espoir/main/espoir > espoir
    chmod +x espoir
    ./espoir espoir

Using Nix

nix run github:imakira/espoir -- espoir

Usage

Usage: espoir [options] words
Options: 
  -h, --help              [help]  Show help message
  -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
  -I, --inflections-only  false   Only show inflection sections
  -n, --no-color          false   Disable ascii color output, env NO_COLOR is also supported

Screenshots

Inflections Section

img

Concise Format

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