chore: add maxLines cap and scroll threshold to zhurnal web terminal UI

This commit is contained in:
2024-12-01 05:14:33 +00:00
parent 3fc35ddbbb
commit 4fce518aac
4 changed files with 24 additions and 14 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ install:
./.venv/bin/python -m pip install -e .
run:
python -m zhurnal "ping -c 1000 google.nl"
./.venv/bin/zhurnal "ping google.nl" "watch -n 1 ps aux"
test:
./.venv/bin/python -m unittest zhurnal.tests