I've been using bfs for a while now, it is excellent. One thing that find is terrible for is excluding directories, and I thought maybe bfs could add on a more use friendly system.
It would be a lot nicer if there was the option to exclude/include directories/files in the same way that grep does:
--exclude-dir={build,vendor,.git,node_modules} --include=*.{css,vcl,conf,yml,jade,js,styl,php,config,html} --exclude={*.min.js,tags,json}
I'd be quite interested in helping to write this functionality, but I thought I would raise it as an issue first to see what your thoughts on it are.
I've been using bfs for a while now, it is excellent. One thing that find is terrible for is excluding directories, and I thought maybe bfs could add on a more use friendly system.
It would be a lot nicer if there was the option to exclude/include directories/files in the same way that grep does:
I'd be quite interested in helping to write this functionality, but I thought I would raise it as an issue first to see what your thoughts on it are.