bfs icon indicating copy to clipboard operation
bfs copied to clipboard

A breadth-first version of the UNIX find command

Results 13 bfs issues
Sort by recently updated
recently updated
newest added

bfs, like GNU find (see https://savannah.gnu.org/bugs/index.php?58197 ) does not optimize `-path foo -o -path bar` expressions. As far as I can tell, it just checks each -path operand linearly. As...

enhancement

If I press Ctrl+c while bfs is printing output (e.g. when operating on a very deep file tree by accident) sometimes my shell prompt turns bold/blue after bfs terminates: ![1715086654](https://github.com/tavianator/bfs/assets/494077/76d43350-91c4-4c85-a0f7-67d6a7761b08)...

enhancement

Hello, I'm trying to update the FreeBSD port, but it fails to build with --release. In file included from In file included from src/color.c:4: src/prelude.h:182:3: error: typedef redefinition with different...