asottile / babi

a text editor
MIT License
396 stars 46 forks source link

Recursive argument on opening files #259

Closed maltarouti closed 2 years ago

maltarouti commented 2 years ago

Do we have the ability to add an argument to open all files recursively inside a directory?

babi -r *.json
asottile commented 2 years ago

either use globstar or find -- there's no reason to add such a feature to a text editor