From: xf0r3m Date: Sat, 15 Jul 2023 08:30:55 +0000 (+0200) Subject: Dodanie do 'idle-list-containers' opisów kontenerów X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=10ba9311f12da96f8fd4eda3d848cd763ffba550;p=idle.git Dodanie do 'idle-list-containers' opisów kontenerów --- diff --git a/idle.sh b/idle.sh index 237c5cf..0d4b45a 100644 --- a/idle.sh +++ b/idle.sh @@ -50,7 +50,8 @@ function idle-list-containers() { else installed="\e[31m\u2716\e[0m"; fi - echo -e "$container $installed"; + $desc=$(grep "$container" $DATABASE | cut -d ";" -f 5); + echo -e "${container}: $desc $installed"; done fi }