tavianator / bfs

A breadth-first version of the UNIX find command

Home Page:https://tavianator.com/projects/bfs.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support NO_COLOR

Earnestly opened this issue · comments

While bfs -nocolor exists it would perhaps be nice if it honoured NO_COLOR to provide a more universal way to prevent the use of colours.

Oh it appears bfs already supports this: https://github.com/tavianator/bfs/blob/master/parse.c#L3397

I couldn't find any reference to this in the manual and assumed it wasn't supported.

You're right that it's not documented, I should do that.