Add powerpoint files to finder script

This commit is contained in:
coolneng 2021-11-14 18:24:40 +01:00
parent 20ca9f947c
commit eeedf54a97
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@
search_directory=~/Documents
xdg-open "$(rg --no-messages --files $search_directory -g "{*.pdf}" -g "{*.doc[x]}" -g "{*.xls[x]}" |
rofi -threads 0 -dmenu -sort -sorting-method fzf -i -p "find")"
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")"