lizmat / App-Rak

21st century grep / find / ack / ag / rg on steroids
Artistic License 2.0
152 stars 7 forks source link

Make is-text not default to True if find is set. #38

Closed 2colours closed 1 year ago

2colours commented 1 year ago

Hello,

this modification would keep is-text False if it's unspecified and find is set to True. That's what I would call the "least surprising" and most useful default: like find ., it doesn't have to look into the files to produce a list of them. Those who do want to get only text files, can still specify --is-text no problem. :P