summaryrefslogtreecommitdiffstats
path: root/bfs.1
AgeCommit message (Collapse)Author
2020-11-03New -status option to display a status barTavian Barnes
2020-10-14Update the project URLTavian Barnes
2020-08-13Implement -xattrnameTavian Barnes
From macOS find.
2020-06-16Implement exponential deepening searchTavian Barnes
2020-06-08bfs.1: Add a section on environment variables.Tavian Barnes
Follow-up for #55.
2020-06-07Treat -nohidden like -exclude -hiddenTavian Barnes
Fixes #30.
2020-06-07Implement -exclude, a special form for convenient exclusionsTavian Barnes
Fixes #8.
2020-03-21Implement -s flag from FreeBSD find to sort resultsTavian Barnes
2020-02-12Implement -{a,B,c,m,}sinceTavian Barnes
2019-09-14Update documentation for the -mount/-xdev revertTavian Barnes
2019-07-05Make -mount and -xdev documentation alphabeticalTavian Barnes
2019-07-04Make -mount and -xdev do different thingsTavian Barnes
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
2019-07-03bfs.1: Remove reference to non-existent sectionTavian Barnes
2019-06-16bfs.1: Color -S and bfs/dfs/ids differentlyTavian Barnes
2019-06-04parse: Use -S {bfs,dfs,ids} rather than -{bfs,dfs,ids}Tavian Barnes
2019-06-03Add documentation for -bfs/-dfs/-idsTavian Barnes
2019-05-24Add documentation for -xattrTavian Barnes
2019-03-01Implement -uniqueTavian Barnes
Closes #48
2019-02-06Re-write the help/manpageTavian Barnes
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).
2018-12-17Implement -acl testTavian Barnes
2018-12-17Add new -capable testTavian Barnes
2018-12-03bfs(1): Fix some double spaces after exclamation marksTavian Barnes
2018-01-20printf: Add %w and %Wk for file birth timesTavian Barnes
%w and %W were chosen to match the format specifiers for file birth times from stat(1)
2017-11-05Add support for file birth/creation times on platforms that have itTavian Barnes
Fixes #19
2017-10-15Add a man pageTavian Barnes
Fixes #31