/ multi-dragon wip
This commit is contained in:
@@ -2,10 +2,45 @@
|
|||||||
|
|
||||||
# klevstul :: 25.04
|
# klevstul :: 25.04
|
||||||
|
|
||||||
|
# based on 'dots/bin/tp.sh'
|
||||||
|
|
||||||
this_file_name=`basename "$0"`
|
this_file_name=`basename "$0"`
|
||||||
|
|
||||||
|
|
||||||
echo "| $1 | $2 | $3 |"
|
|
||||||
|
#
|
||||||
|
#for input_file in "$@"; do
|
||||||
|
#
|
||||||
|
# declare -a theArray
|
||||||
|
#
|
||||||
|
# while read -r line
|
||||||
|
# do
|
||||||
|
# theArray+=("$line")
|
||||||
|
# done <<< "$input_file"
|
||||||
|
#
|
||||||
|
# for line in "${theArray[@]}"
|
||||||
|
# do
|
||||||
|
# bare_line=${line}
|
||||||
|
#
|
||||||
|
# if [[ ${line} != *"/"* ]]; then
|
||||||
|
# line="${cwd}/${line}"
|
||||||
|
# fi
|
||||||
|
#
|
||||||
|
# new_file=${line//$sync_dir_sym/$sync_dir}
|
||||||
|
#
|
||||||
|
# if [[ -f "${new_file}" ]] || [[ -d "${new_file}" ]] ; then
|
||||||
|
# #trash-put "${bare_line}"
|
||||||
|
# else
|
||||||
|
# echo "error: unable process \"${new_file}\""
|
||||||
|
# fi
|
||||||
|
#
|
||||||
|
# done
|
||||||
|
#
|
||||||
|
#done
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
echo "MULTI-DRAGON: $1"
|
||||||
|
|
||||||
|
|
||||||
#cwd=$(pwd)
|
#cwd=$(pwd)
|
||||||
|
|||||||
@@ -129,7 +129,7 @@ cmd dragon %dragon-drop --all --and-exit "$fx"
|
|||||||
cmd dragon-stay %dragon-drop --all "$fx"
|
cmd dragon-stay %dragon-drop --all "$fx"
|
||||||
cmd dragon-individual %dragon-drop "$fx"
|
cmd dragon-individual %dragon-drop "$fx"
|
||||||
cmd dragin %dragin.sh
|
cmd dragin %dragin.sh
|
||||||
cmd multi-dragon $multiDragon.sh "$fx"
|
cmd multi-dragon $lfMultiSelectHandler.sh multiDragon.sh "$fx"
|
||||||
cmd md :multi-dragon
|
cmd md :multi-dragon
|
||||||
|
|
||||||
# change dir
|
# change dir
|
||||||
|
|||||||
Reference in New Issue
Block a user