Update directory paths in tasks.sh to use consistent capitalization for better organization and clarity.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#! /usr/bin/env nix-shell
|
||||
#! nix-shell -i bash -p bash trashy fd ripgrep file jq curl
|
||||
|
||||
directories=("$HOME/Pictures/unorganized/" "$HOME/Downloads/" "$HOME/Downloads/cache")
|
||||
screenshots_dir=$HOME/Pictures/screenshots/
|
||||
photos_dir=$HOME/Pictures/photos/camera/
|
||||
directories=("$HOME/Pictures/Unorganized/" "$HOME/Downloads/" "$HOME/Downloads/cache")
|
||||
screenshots_dir=$HOME/Pictures/Screenshots/
|
||||
photos_dir=$HOME/Pictures/Photos/camera/
|
||||
|
||||
replace_extension() {
|
||||
local file_basename
|
||||
|
||||
Reference in New Issue
Block a user