diff options
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: ") |
