Allow ranges to be used for selection (#267)

* Allow ranges to be used for selection.

* String consistency

* Yet another change of the selection dialog, as suggested.

---------

Co-authored-by: Max <>
This commit is contained in:
Max 2026-03-01 17:33:54 +01:00 committed by GitHub
parent 7785e869d3
commit 5cef6c20ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 22 additions and 6 deletions

View file

@ -99,7 +99,7 @@ Containers with updates available:
03) whoogle-search
Choose what containers to update:
Enter number(s) separated by comma, [a] for all - [q] to quit: 1,2
Enter number(s) or range(s) separated by comma (e.g. 1-2,4-5,09), [a] for all - [q] to quit: 1-2
```
Then it proceeds to run `pull` and `up -d` on every container with updates.