diff options
| author | LM-LCL <hello@exaltedelite.club> | 2024-11-20 09:49:04 +0100 |
|---|---|---|
| committer | LM-LCL <hello@exaltedelite.club> | 2024-11-20 09:49:04 +0100 |
| commit | 30d147d7b1693ed2695a80e5ef9a04f2a47aa3d3 (patch) | |
| tree | e0cc67c7a95b6ae2e59a97a102f2c8b4746ae7cb /lcl-find | |
| parent | b3ba749406e2591493813090c3186dfd9b8f9953 (diff) | |
Rofi
Diffstat (limited to 'lcl-find')
| -rwxr-xr-x | lcl-find | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #! /bin/sh selected="$(find ~/Archive -type d \( -name node_modules -o -name .git \) -prune -o \ - -type f -name '*' -print | dmenu -i -l 15 -p 'Search File')" + -type f -name '*' -print | rofi -dmenu -i)" [ -f "$selected" ] && setsid -f xdg-open "$selected" > /dev/null 2>&1 |
