bin update
This commit is contained in:
parent
1857afc781
commit
a28804e4d4
@ -19,8 +19,7 @@ MULTIMEDIA="$MULTIMEDIA libavcodec-extra libdvd-pkg"
|
|||||||
MULTIMEDIA="$MULTIMEDIA rhythmbox ario kodi kodi-pvr-hts"
|
MULTIMEDIA="$MULTIMEDIA rhythmbox ario kodi kodi-pvr-hts"
|
||||||
MULTIMEDIA="$MULTIMEDIA audacious"
|
MULTIMEDIA="$MULTIMEDIA audacious"
|
||||||
MULTIMEDIA="$MULTIMEDIA ffmpeg" # for pylibs.media
|
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="$TOOLS cd-discid libdiscid0 cdparanoia lame" # for pyrip
|
TOOLS="$TOOLS cd-discid libdiscid0 cdparanoia lame" # for pyrip
|
||||||
TOOLS="$TOOLS wavemon retext" # gnuplot
|
TOOLS="$TOOLS wavemon retext" # gnuplot
|
||||||
|
9
giti
9
giti
@ -2,11 +2,12 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# COMMAND LINE ARGUMENTS ##########################################################################
|
# COMMAND LINE ARGUMENTS ##########################################################################
|
||||||
usage="Usage: $0 [-p | output for prompt] [-s | short output]"
|
usage="Usage: $0 [-p | output for prompt] [-s | short output] [-t | status output only]"
|
||||||
while getopts "hps" options; do
|
while getopts "hpst" options; do
|
||||||
case $options in
|
case $options in
|
||||||
p ) PROMPT="True";;
|
p ) PROMPT="True";;
|
||||||
s ) SHORT="True";;
|
s ) SHORT="True";;
|
||||||
|
t ) STATUS="True";;
|
||||||
h ) echo $usage
|
h ) echo $usage
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
@ -177,7 +178,7 @@ if [[ $PROMPT == "True" ]]; then
|
|||||||
echo -ne "$COLOR_NORMAL$COLOR_BACKGROUND- "
|
echo -ne "$COLOR_NORMAL$COLOR_BACKGROUND- "
|
||||||
echo -ne "$COLOR_URL$GIT_URL"
|
echo -ne "$COLOR_URL$GIT_URL"
|
||||||
echo -e "$SYMBOL_END"
|
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
|
while IFS= read -r line ;do
|
||||||
FILES_STATUS=${line:0:2}
|
FILES_STATUS=${line:0:2}
|
||||||
FILES_STATUS_CHANGED=${FILES_STATUS:1:1}
|
FILES_STATUS_CHANGED=${FILES_STATUS:1:1}
|
||||||
@ -193,7 +194,7 @@ else
|
|||||||
echo -ne " $SYMBOL_START$GIT_STATUS_SUMMARY$SYMBOL_END$COLOR_NORMAL"
|
echo -ne " $SYMBOL_START$GIT_STATUS_SUMMARY$SYMBOL_END$COLOR_NORMAL"
|
||||||
else
|
else
|
||||||
echo -e "$SYMBOL_START$GIT_STATUS_SUMMARY $COLOR_NORMAL$COLOR_BACKGROUND- $COLOR_URL$GIT_URL$SYMBOL_END"
|
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
|
while IFS= read -r line ;do
|
||||||
if [[ $line != "??"* ]]; then
|
if [[ $line != "??"* ]]; then
|
||||||
echo -e " $COLOR_BRANCH$line"
|
echo -e " $COLOR_BRANCH$line"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user