typer-shell icon indicating copy to clipboard operation
typer-shell copied to clipboard

Simple wrapper around the Typer library for making beautiful shells/REPLs for fast command-line prototyping with Python.

Results 7 typer-shell issues
Sort by recently updated
recently updated
newest added

I'm new using `Typer` and `typer-shell` as well. However, I noticed that if you use `@app.calllback` to for example add common CLI params to all (sub)commands (as described in [Typer...

When I use make_typer_shell to generate a shell, I notice that although I can add autocompletion to Typer commands, these completions only work in the system shell (e.g., Bash/Fish). Pressing...

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.12.9 to 0.14.7. Release notes Sourced from ruff's releases. 0.14.7 Release Notes Released on 2025-11-28. Preview features [flake8-bandit] Handle string literal bindings in suspicious-url-open-usage (S310) (#21469) [pylint]...

dependencies
python:uv

Bumps [typer](https://github.com/fastapi/typer) from 0.16.0 to 0.20.0. Release notes Sourced from typer's releases. 0.20.0 Features ✨ Enable command suggestions on typo by default. PR #1371 by @​savannahostrowski. Upgrades ⬆️ Add support...

dependencies
python:uv

Bumps [rich](https://github.com/Textualize/rich) from 14.1.0 to 14.2.0. Release notes Sourced from rich's releases. The Easy as Pi release This release bumps Python compatibility to the just-released Python 3.14. [14.2.0] - 2025-10-09...

dependencies
python:uv

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.2 to 6.0.3. Release notes Sourced from pyyaml's releases. 6.0.3 What's Changed Support for Python 3.14 and free-threading (experimental). Full Changelog: https://github.com/yaml/pyyaml/compare/6.0.2...6.0.3 Changelog Sourced from pyyaml's changelog....

dependencies
python:uv

Just released v1.0.3 with some nice improvements\! Thanks to @sna-scourtney and @lbrendelsignum for their contributions and suggestions: - Python 3.13 compatibility - Dependency updates - Ruff linting setup - Dependabot...