A command-line interface for Tureng with fast lookups, fuzzy search, and rich terminal output.
Install from PyPI with uv:
uv tool install turengcliInstall from a local checkout:
uv tool install .Basic lookup:
tureng helloDetailed output:
tureng hello -dPlain output:
tureng merhaba -pFuzzy search:
tureng renas -fAuto-correct the first suggestion:
tureng corrct -c-d, --detailed Show exact and full-text results in table form
-c, --correct Retry with the first suggestion when the term is not found
-p, --plain Print grouped results as plain text
-f, --fuzzy Return autocomplete suggestions only
-v, --version Show the installed version
Create the project environment and run the CLI locally:
uv sync
uv run tureng helloCC0

