summaryrefslogtreecommitdiffstats
path: root/bfs.1
Commit message (Collapse)AuthorAgeFilesLines
* Fix the order of -fprintf FILE FORMAT in the docsTavian Barnes2021-09-151-1/+1
|
* Implement -files0-from FILETavian Barnes2021-09-151-0/+9
| | | | | See https://savannah.gnu.org/bugs/?60383 for the development of the corresponding GNU find feature.
* New -status option to display a status barTavian Barnes2020-11-031-0/+3
|
* Update the project URLTavian Barnes2020-10-141-1/+1
|
* Implement -xattrnameTavian Barnes2020-08-131-0/+4
| | | | From macOS find.
* Implement exponential deepening searchTavian Barnes2020-06-161-12/+32
|
* bfs.1: Add a section on environment variables.Tavian Barnes2020-06-081-0/+51
| | | | Follow-up for #55.
* Treat -nohidden like -exclude -hiddenTavian Barnes2020-06-071-3/+3
| | | | Fixes #30.
* Implement -exclude, a special form for convenient exclusionsTavian Barnes2020-06-071-4/+18
| | | | Fixes #8.
* Implement -s flag from FreeBSD find to sort resultsTavian Barnes2020-03-211-0/+7
|
* Implement -{a,B,c,m,}sinceTavian Barnes2020-02-121-0/+40
|
* Update documentation for the -mount/-xdev revertTavian Barnes2019-09-141-1/+3
|
* Make -mount and -xdev documentation alphabeticalTavian Barnes2019-07-051-3/+3
|
* Make -mount and -xdev do different thingsTavian Barnes2019-07-041-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 sectionTavian Barnes2019-07-031-3/+1
|
* bfs.1: Color -S and bfs/dfs/ids differentlyTavian Barnes2019-06-161-5/+5
|
* parse: Use -S {bfs,dfs,ids} rather than -{bfs,dfs,ids}Tavian Barnes2019-06-041-8/+4
|
* Add documentation for -bfs/-dfs/-idsTavian Barnes2019-06-031-0/+14
|
* Add documentation for -xattrTavian Barnes2019-05-241-5/+8
|
* Implement -uniqueTavian Barnes2019-03-011-0/+5
| | | | Closes #48
* Re-write the help/manpageTavian Barnes2019-02-061-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 testTavian Barnes2018-12-171-0/+5
|
* Add new -capable testTavian Barnes2018-12-171-0/+5
|
* bfs(1): Fix some double spaces after exclamation marksTavian Barnes2018-12-031-9/+2
|
* printf: Add %w and %Wk for file birth timesTavian Barnes2018-01-201-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 itTavian Barnes2017-11-051-2/+19
| | | | Fixes #19
* Add a man pageTavian Barnes2017-10-151-0/+662
Fixes #31