MichaelAquilina / synapse-project

Powerful fuzzy search launcher for a multitude of tasks
GNU General Public License v3.0
51 stars 7 forks source link

[Feature Request] Plugin for indexing folders recursively with blacklist support #6

Open khurshid-alam opened 7 years ago

khurshid-alam commented 7 years ago

Hi, I am using your fork. Glad that Gnote/Tomboy plugin working again.

Kupfer (https://github.com/skpdvdd/KupferRecursiveDirectories) has a nice plugin which let you search folders recursively with a specific search depth defined. You can also blacklist folders like .git, .svn, vendor etc. User can configure those option in plugin preference. For example:

Directories Blacklist
~/Documents:5; ~/Projects:2 .git; .svn; vendor

Where 5, 2 denotes search depth. It would be great if we can have similar plugin for synapse. Thanks.

MichaelAquilina commented 7 years ago

This should be relatively easy to implement. I am surprised this isnt in any of the already available plugins though.