allow sxmo_files to reload file list
Signed-off-by: Stacy Harper <contact@stacyharper.net> Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
parent
776728f63c
commit
0221dd333d
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ while true; do
|
||||||
|
|
||||||
echo "$PICKED" | grep "Sort By" && sort_loop
|
echo "$PICKED" | grep "Sort By" && sort_loop
|
||||||
echo "$PICKED" | grep "Close Menu" && exit 0
|
echo "$PICKED" | grep "Close Menu" && exit 0
|
||||||
|
echo "$PICKED" | grep "Reload" && continue
|
||||||
[ -d "$PICKED" ] && cd "$PICKED" && continue
|
[ -d "$PICKED" ] && cd "$PICKED" && continue
|
||||||
echo "$PICKED" | grep -E '^[*]$' && sxmo_open.sh -a ./*
|
echo "$PICKED" | grep -E '^[*]$' && sxmo_open.sh -a ./*
|
||||||
[ -f "$PICKED" ] && sxmo_open.sh -a "$PICKED"
|
[ -f "$PICKED" ] && sxmo_open.sh -a "$PICKED"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue