bayleeadamoss / zazu-file-finder

A file finder for Zazu.
18 stars 11 forks source link

Can't find folders... #40

Closed djalmaaraujo closed 6 years ago

djalmaaraujo commented 6 years ago

Expected Behavior

I should be able to type "Screens..." and Zazu returns me "Screenshots" folder in ~/Dropbox/Screenshots

Actual Behavior

nothing. Suggest to find on google

Steps to reproduce the behavior

Versions

Please, include a link to gist of most applicable ~/.zazu/log/ file.

bayleedev commented 6 years ago

Great suggestion!

The code, for mac, would live somewhere around here:

https://github.com/tinytacoteam/zazu-file-finder/blob/master/adapters/osx-mdfind/index.js#L16

It's using mdfind and has the ability to search for a type and there is a type for folder that just needs to be included.

You can see this being done with the app query:

https://github.com/tinytacoteam/zazu-file-finder/blob/master/adapters/osx-mdfind/index.js#L5

djalmaaraujo commented 6 years ago

@blainesch How do I test the local plugin in zazu? I can make this contribution.

djalmaaraujo commented 6 years ago

Closing.. it actually already find folders, but the files has priority on the results, that's why I didn't see bfore.

djalmaaraujo commented 6 years ago
screenshot 2017-10-17 13 34 07 screenshot 2017-10-17 13 34 21