summary refs log tree commit diff stats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/zathura-fzf3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/zathura-fzf b/bin/zathura-fzf
index b9c2724..502477e 100755
--- a/bin/zathura-fzf
+++ b/bin/zathura-fzf
@@ -1,6 +1,7 @@
 #!/bin/sh
 
-find "$@" -type f -iname '*pdf' > ~/.pdffiles.txt
+# find "$@" -type f -iname '*pdf' > ~/.pdffiles.txt
+fd --type f --extension pdf . $@ > ~/.pdffiles.txt
 
 cat ~/.pdffiles.txt | rofi -dmenu  > ~/.zathurafile.txt