summaryrefslogtreecommitdiff
path: root/lcl-find
diff options
context:
space:
mode:
authorLM-LCL <hello@exaltedelite.club>2024-11-20 09:49:04 +0100
committerLM-LCL <hello@exaltedelite.club>2024-11-20 09:49:04 +0100
commit30d147d7b1693ed2695a80e5ef9a04f2a47aa3d3 (patch)
treee0cc67c7a95b6ae2e59a97a102f2c8b4746ae7cb /lcl-find
parentb3ba749406e2591493813090c3186dfd9b8f9953 (diff)
Rofi
Diffstat (limited to 'lcl-find')
-rwxr-xr-xlcl-find2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcl-find b/lcl-find
index 1bd073e..b89adba 100755
--- a/lcl-find
+++ b/lcl-find
@@ -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