diff options
| author | BardofSprites <[email protected]> | 2024-10-06 21:39:15 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-10-06 21:39:15 -0400 |
| commit | ebfac0d222668b8ae790c4475c76661b45077454 (patch) | |
| tree | 1d4f99fe2c8ab3fb67c2610f1e73ce103f207719 /bin | |
| parent | f3d445aa8925a23c437b21beefd432ff50a53fcc (diff) | |
update dirs
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/.local/bin/scripts/dired_selector | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/.local/bin/scripts/dired_selector b/bin/.local/bin/scripts/dired_selector index ef40af6..7ad9d6e 100755 --- a/bin/.local/bin/scripts/dired_selector +++ b/bin/.local/bin/scripts/dired_selector @@ -1,6 +1,6 @@ #!/bin/bash -selectable_dirs=("~/Code/" "~/Repositories/" "~/Documents/" "~/Notes/Org-Roam/" "~/Pictures/" "~/Pictures/wallpaper" "~/Pictures/screenshots/" "~/Downloads/" "~/Music/" "~/Playlists/" "~/Videos/" "~/Videos/Youtube/Programming/Prot/" "~/Desktop/" "~/.local/bin/scripts/") +selectable_dirs=("~/Code/" "~/Repositories/" "~/Documents/" "~/Pictures/" "~/Pictures/wallpaper" "~/Pictures/screenshots/" "~/Downloads/" "~/Music/" "~/Playlists/" "~/Videos/" "~/dotfiles-stow" "~/Desktop/" "~/.local/bin/scripts/" "~/Notes/denote/") # Use dmenu to select a directory selected_dir=$(printf "%s\n" "${selectable_dirs[@]}" | dmenu -p "Dired here: ") |
