feat : location details

This commit is contained in:
2025-08-03 09:57:48 +03:30
parent 9314ace295
commit f862c93c73
11 changed files with 537 additions and 679 deletions

View File

@@ -65,6 +65,7 @@ find "$targetPath" -type f -name "*.vec" -exec rm {} \;
# Generate .vec files in parallel
echo "⚙️ Generating .vec files in parallel..."
# shellcheck disable=SC2016
find "$sourcePath" -type f | xargs -P 10 -I {} bash -c '
input="{}"
filename=$(basename "$input")