From a28804e4d479a7ccdb3a143a0c45862817db2ad4 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sat, 20 Sep 2025 08:50:37 +0200 Subject: [PATCH] bin update --- apt-extend-debian | 3 +-- giti | 9 +++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apt-extend-debian b/apt-extend-debian index a9b0d79..e1032e0 100755 --- a/apt-extend-debian +++ b/apt-extend-debian @@ -19,8 +19,7 @@ MULTIMEDIA="$MULTIMEDIA libavcodec-extra libdvd-pkg" MULTIMEDIA="$MULTIMEDIA rhythmbox ario kodi kodi-pvr-hts" MULTIMEDIA="$MULTIMEDIA audacious" MULTIMEDIA="$MULTIMEDIA ffmpeg" # for pylibs.media -## MULTIMEDIA="$MULTIMEDIA qjackctl carla carla-lv2 carla-vst ardour calf-plugins eq10q fluid-soundfont-gm fluid-soundfont-gs" - +MULTIMEDIA="$MULTIMEDIA qjackctl ardour calf-plugins eq10q fluid-soundfont-gm fluid-soundfont-gs guitarix guitarix-lv2 vlevel swh-plugins guitarix" # carla carla-lv2 carla-vst TOOLS="" TOOLS="$TOOLS cd-discid libdiscid0 cdparanoia lame" # for pyrip TOOLS="$TOOLS wavemon retext" # gnuplot diff --git a/giti b/giti index 04a6770..9d6211f 100755 --- a/giti +++ b/giti @@ -2,11 +2,12 @@ # # COMMAND LINE ARGUMENTS ########################################################################## -usage="Usage: $0 [-p | output for prompt] [-s | short output]" -while getopts "hps" options; do +usage="Usage: $0 [-p | output for prompt] [-s | short output] [-t | status output only]" +while getopts "hpst" options; do case $options in p ) PROMPT="True";; s ) SHORT="True";; + t ) STATUS="True";; h ) echo $usage exit 0 ;; @@ -177,7 +178,7 @@ if [[ $PROMPT == "True" ]]; then echo -ne "$COLOR_NORMAL$COLOR_BACKGROUND- " echo -ne "$COLOR_URL$GIT_URL" echo -e "$SYMBOL_END" - if [[ $GIT_PROMPT_DETAILS == "on" && ! -z "$GIT_FILES" ]]; then + if [[ $GIT_PROMPT_DETAILS == "on" && ! -z "$GIT_FILES" && $STATUS != "True" ]]; then while IFS= read -r line ;do FILES_STATUS=${line:0:2} FILES_STATUS_CHANGED=${FILES_STATUS:1:1} @@ -193,7 +194,7 @@ else echo -ne " $SYMBOL_START$GIT_STATUS_SUMMARY$SYMBOL_END$COLOR_NORMAL" else echo -e "$SYMBOL_START$GIT_STATUS_SUMMARY $COLOR_NORMAL$COLOR_BACKGROUND- $COLOR_URL$GIT_URL$SYMBOL_END" - if [[ ! -z "$GIT_FILES" ]]; then + if [[ ! -z "$GIT_FILES" && $STATUS != "True" ]]; then while IFS= read -r line ;do if [[ $line != "??"* ]]; then echo -e " $COLOR_BRANCH$line"