[project] add "run" recipe to start the app with fewer keystrokes

Although history recall is a thing in all shells.
This commit is contained in:
bronsen 2025-12-26 18:16:07 +01:00
parent f52ac0e69f
commit f37e920e00

View file

@ -12,6 +12,9 @@ console:
run-dev:
uv run textual run --dev src/teilchensammler_cli/__init__.py
run:
uv run python -m teilchensammler_cli.main
uv_export_options := "--frozen --format requirements.txt --quiet --no-install-project"
exports-deps:
uv export {{ uv_export_options }} --output-file requirements.txt