Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement -xattrname | Tavian Barnes | 2020-08-13 | 1 | -0/+4 |
| | | | | From macOS find. | ||||
* | Implement exponential deepening search | Tavian Barnes | 2020-06-16 | 1 | -12/+32 |
| | |||||
* | bfs.1: Add a section on environment variables. | Tavian Barnes | 2020-06-08 | 1 | -0/+51 |
| | | | | Follow-up for #55. | ||||
* | Treat -nohidden like -exclude -hidden | Tavian Barnes | 2020-06-07 | 1 | -3/+3 |
| | | | | Fixes #30. | ||||
* | Implement -exclude, a special form for convenient exclusions | Tavian Barnes | 2020-06-07 | 1 | -4/+18 |
| | | | | Fixes #8. | ||||
* | Implement -s flag from FreeBSD find to sort results | Tavian Barnes | 2020-03-21 | 1 | -0/+7 |
| | |||||
* | Implement -{a,B,c,m,}since | Tavian Barnes | 2020-02-12 | 1 | -0/+40 |
| | |||||
* | Update documentation for the -mount/-xdev revert | Tavian Barnes | 2019-09-14 | 1 | -1/+3 |
| | |||||
* | Make -mount and -xdev documentation alphabetical | Tavian Barnes | 2019-07-05 | 1 | -3/+3 |
| | |||||
* | Make -mount and -xdev do different things | Tavian Barnes | 2019-07-04 | 1 | -4/+3 |
| | | | | | | | | | POSIX now says -mount should skip the whole mount point, while -xdev should only skip its descendents. C.f. http://austingroupbugs.net/view.php?id=1133 C.f. https://savannah.gnu.org/bugs/?42318 C.f. https://savannah.gnu.org/bugs/?54745 | ||||
* | bfs.1: Remove reference to non-existent section | Tavian Barnes | 2019-07-03 | 1 | -3/+1 |
| | |||||
* | bfs.1: Color -S and bfs/dfs/ids differently | Tavian Barnes | 2019-06-16 | 1 | -5/+5 |
| | |||||
* | parse: Use -S {bfs,dfs,ids} rather than -{bfs,dfs,ids} | Tavian Barnes | 2019-06-04 | 1 | -8/+4 |
| | |||||
* | Add documentation for -bfs/-dfs/-ids | Tavian Barnes | 2019-06-03 | 1 | -0/+14 |
| | |||||
* | Add documentation for -xattr | Tavian Barnes | 2019-05-24 | 1 | -5/+8 |
| | |||||
* | Implement -unique | Tavian Barnes | 2019-03-01 | 1 | -0/+5 |
| | | | | Closes #48 | ||||
* | Re-write the help/manpage | Tavian Barnes | 2019-02-06 | 1 | -339/+277 |
| | | | | | | I'm not sure people care very much whether the functionality they're looking up originated in POSIX/BSD/GNU find (and if they do, they can check those docs). | ||||
* | Implement -acl test | Tavian Barnes | 2018-12-17 | 1 | -0/+5 |
| | |||||
* | Add new -capable test | Tavian Barnes | 2018-12-17 | 1 | -0/+5 |
| | |||||
* | bfs(1): Fix some double spaces after exclamation marks | Tavian Barnes | 2018-12-03 | 1 | -9/+2 |
| | |||||
* | printf: Add %w and %Wk for file birth times | Tavian Barnes | 2018-01-20 | 1 | -0/+16 |
| | | | | | %w and %W were chosen to match the format specifiers for file birth times from stat(1) | ||||
* | Add support for file birth/creation times on platforms that have it | Tavian Barnes | 2017-11-05 | 1 | -2/+19 |
| | | | | Fixes #19 | ||||
* | Add a man page | Tavian Barnes | 2017-10-15 | 1 | -0/+662 |
Fixes #31 |