From 3c9d9356022ab2717125f18e4696057eac0c794d Mon Sep 17 00:00:00 2001 From: "Matheus A." Date: Tue, 15 Apr 2025 20:04:14 -0300 Subject: [PATCH] Updates gdltool.sh --- scripts/shell/gdltool.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/shell/gdltool.sh b/scripts/shell/gdltool.sh index 3d92447..f08527b 100755 --- a/scripts/shell/gdltool.sh +++ b/scripts/shell/gdltool.sh @@ -56,6 +56,7 @@ if [ ${#commands_not_found[@]} -ne 0 ]; then fi furry_commission_ideas_path=/mnt/e/clouds/nextcloud/furry-downloads +# furry_commission_ideas_path=/mnt/e/home/documents-unsorted/data-hoarding/furry-downloads # furry_commission_ideas_path=/mnt/e/home/downloads/furry-downloads furry_commission_ideas_urls_filename="urls.txt" scripts_path=/home/cloud/repos/personal-devboot/scripts/shell @@ -231,7 +232,7 @@ existing_folders=() fill_existing_folders_array() { ignore_paths=("artists" "kinks" "ideas") ignore_paths_depth_2=("artists" "favorites") - ignore_paths_depth_last=("no-source" ".bsky.social") + ignore_paths_depth_last=("no-source" ".bsky.social" "old" "mine") find_command="find * -type d"