atom / fuzzy-finder

Find and open files quickly
MIT License
276 stars 138 forks source link

API - Trigger fuzzy-finder from a custom plugin #242

Closed mateusvahl closed 2 years ago

mateusvahl commented 8 years ago

Hi, I'm current creating a plugin and I wish trigger atom fuzzy-finder with a custom text. It's current possible to do that ? Can someone give me a example? I didn't found anything related in atom API about how require core modules. Let me know if I'm missing something :D

Thanks for the help!

dschwen commented 6 years ago

I'd be very interested in that, too. My switch-header-source plugin dschwen/switch-header-source#11 could be more flexible if I could you the already existing index of the fuzzy finder. Rolling my own index seems like unnecessary duplication of work.