mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
a quality of life improvement in scripts...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
6aa2abed1a
commit
3bb4e51d42
@ -139,7 +139,7 @@ while true ; do
|
|||||||
else
|
else
|
||||||
echo "3) quit."
|
echo "3) quit."
|
||||||
fi
|
fi
|
||||||
read -p ": " RES
|
read -ep ": " RES
|
||||||
|
|
||||||
case $RES in
|
case $RES in
|
||||||
# toggle multi mode...
|
# toggle multi mode...
|
||||||
@ -148,7 +148,7 @@ while true ; do
|
|||||||
continue
|
continue
|
||||||
;;
|
;;
|
||||||
1)
|
1)
|
||||||
read -p "new description: " TITLE
|
read -i "${TITLE# - }" -ep "new description: " TITLE
|
||||||
TITLE=" - $TITLE"
|
TITLE=" - $TITLE"
|
||||||
continue
|
continue
|
||||||
;;
|
;;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user