Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |