cosmicexplorer / helm-rg

ripgrep is nice
GNU General Public License v3.0
101 stars 21 forks source link

PDF search? #23

Open AtomicNess123 opened 4 years ago

AtomicNess123 commented 4 years ago

Is this feature available?

AtomicNess123 commented 4 years ago

I know in rg one can


(rg-define-search rg-pdf
  :files "pdf"
  :flags "--pre ./preprocess")```

I wonder is this is possible in helm-rg.
Thanks!