Update directory paths in tasks.sh to use consistent capitalization for better organization and clarity.

This commit is contained in:
Danilo Reyes
2025-11-30 13:12:50 -06:00
parent b1ba215f4a
commit e40d6fc2bb

View File

@@ -1,9 +1,9 @@
#! /usr/bin/env nix-shell #! /usr/bin/env nix-shell
#! nix-shell -i bash -p bash trashy fd ripgrep file jq curl #! nix-shell -i bash -p bash trashy fd ripgrep file jq curl
directories=("$HOME/Pictures/unorganized/" "$HOME/Downloads/" "$HOME/Downloads/cache") directories=("$HOME/Pictures/Unorganized/" "$HOME/Downloads/" "$HOME/Downloads/cache")
screenshots_dir=$HOME/Pictures/screenshots/ screenshots_dir=$HOME/Pictures/Screenshots/
photos_dir=$HOME/Pictures/photos/camera/ photos_dir=$HOME/Pictures/Photos/camera/
replace_extension() { replace_extension() {
local file_basename local file_basename