docs: fiddle with README; just add "just" everywhere
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful

This commit is contained in:
bronsen 2026-02-19 21:16:57 +01:00
parent 9e92e0fe71
commit 1a5d552cfc

View file

@ -3,12 +3,14 @@
This is a little TUI based on [Textual] for entering new Teilchen and for This is a little TUI based on [Textual] for entering new Teilchen and for
searching for existing Teilchen. Data is kept in a sqlite database. searching for existing Teilchen. Data is kept in a sqlite database.
It is not yet usable. It is not yet usable. It has tests.
## Running tests ## Running tests
```sh ```sh
uv run pytest tests.py uv run pytest tests.py
# or if you have just
just test
``` ```
## Observing the app's console ## Observing the app's console
@ -25,15 +27,18 @@ Since we use uv, the incantation is a bit different from the [official documenat
In one terminal: In one terminal:
```shell ```sh
uv run textual console uv run textual console
# or if you have just
just console
``` ```
And in the other: And in the other:
```shell ```sh
# run,textual,run! ;)
uv run textual run --dev src/teilchensammler_cli/__init__.py uv run textual run --dev src/teilchensammler_cli/__init__.py
# or if you have just
just run-console
``` ```
## Developing ## Developing