summaryrefslogtreecommitdiffstats
path: root/bfs.c
Commit message (Collapse)AuthorAgeFilesLines
* bftw: New struct BFTW type to hold file attributes.Tavian Barnes2015-07-231-4/+3
| | | | | Like nftw()'s struct FTW. level is needed to implement -mindepth/ -maxdepth.
* Add initial support for colorized output.Tavian Barnes2015-06-201-15/+36
|
* bftw: Add flags parameter and BFTW_STAT flag.Tavian Barnes2015-06-181-2/+2
|
* Add -hidden/-nohidden flags.Tavian Barnes2015-06-181-4/+43
|
* Implement bftw().Tavian Barnes2015-06-141-0/+34