Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add -type support. | Tavian Barnes | 2015-08-30 | 1 | -1/+56 |
| | | | | Fixes #2. | ||||
* | Parse command line expressions properly. | Tavian Barnes | 2015-08-30 | 1 | -61/+492 |
| | |||||
* | Infer the right value for nopenfd, and recover from EMFILE. | Tavian Barnes | 2015-07-27 | 1 | -2/+21 |
| | |||||
* | Recover from errors in diropen(). | Tavian Barnes | 2015-07-25 | 1 | -3/+8 |
| | | | | Fixes #4. | ||||
* | bftw: New struct BFTW type to hold file attributes. | Tavian Barnes | 2015-07-23 | 1 | -4/+3 |
| | | | | | Like nftw()'s struct FTW. level is needed to implement -mindepth/ -maxdepth. | ||||
* | Add initial support for colorized output. | Tavian Barnes | 2015-06-20 | 1 | -15/+36 |
| | |||||
* | bftw: Add flags parameter and BFTW_STAT flag. | Tavian Barnes | 2015-06-18 | 1 | -2/+2 |
| | |||||
* | Add -hidden/-nohidden flags. | Tavian Barnes | 2015-06-18 | 1 | -4/+43 |
| | |||||
* | Implement bftw(). | Tavian Barnes | 2015-06-14 | 1 | -0/+34 |