From 1a5d552cfc9f7ae4d2ff9810865ebf86e98d74b5 Mon Sep 17 00:00:00 2001 From: bronsen Date: Thu, 19 Feb 2026 21:16:57 +0100 Subject: [PATCH] docs: fiddle with README; just add "just" everywhere --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a5f2c01..5b14093 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,14 @@ 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. -It is not yet usable. +It is not yet usable. It has tests. ## Running tests ```sh uv run pytest tests.py +# or if you have just +just test ``` ## 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: -```shell +```sh uv run textual console +# or if you have just +just console ``` And in the other: -```shell -# run,textual,run! ;) +```sh uv run textual run --dev src/teilchensammler_cli/__init__.py +# or if you have just +just run-console ``` ## Developing