It turns out I forgot the command to go back in Yazi and accidentally pressed one that unleashed this beast. # { on = " ", run = "shell --confirm 'if [ -n \"$fx\" ]; then for dir in $fx; do cd \"$dir\" && find . -mindepth 2 -type f -exec mv -n -t . {} + && find . -type d -empty -delete && cd - >/dev/null; done; else find . -mindepth 2 -type f -exec mv -n -t . {} + && find . -type d -empty -delete; fi'", desc = "Aplanar carpetas hijas" } Yisus... now i have 59403 F
Comment
Sign in to join the discussion.
Loading comments…