radomirbosak / duden

CLI for http://duden.de dictionary written in Python
MIT License
99 stars 19 forks source link

Allow getting individual inflection forms via CLI #193

Open radomirbosak opened 6 months ago

radomirbosak commented 6 months ago

This might be a improvement of the --inflect CLI option, or a separate option.

This were leftover tasks from the PR #176

--inflect CLI option

  • allow specifying subkeys
  • colorize keys
  • provide guidance / help messages

split Person Enum and rewrite ImperativePerson enum

Example:

$ duden laufen --inflect "Indikativ" "Präsens" "ich"
laufe (mich/mir)

Should these inflect keywords have some other standard (English) aliases?