Add powerpoint files to finder script
This commit is contained in:
parent
20ca9f947c
commit
eeedf54a97
|
@ -2,5 +2,5 @@
|
|||
|
||||
search_directory=~/Documents
|
||||
|
||||
xdg-open "$(rg --no-messages --files $search_directory -g "{*.pdf}" -g "{*.doc[x]}" -g "{*.xls[x]}" |
|
||||
xdg-open "$(rg --no-messages --files $search_directory -g "{*.pdf}" -g "{*.doc[x]}" -g "{*.xls[x]}" -g "{*.ppt[x]}" |
|
||||
rofi -threads 0 -dmenu -sort -sorting-method fzf -i -p "find")"
|
||||
|
|
Loading…
Reference in New Issue