summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_find
AgeCommit message (Collapse)AuthorFilesLines
2025-01-2753326: completion updates for core Linux utilsOliver Kiddle1-1/+0
2023-11-1752307: new completion for many SELinux toolsOliver Kiddle1-2/+2
2022-05-20github #91: _find (gnu/freebsd/darwin): Add some flags and syntaxesArvid Norlander1-3/+9
* -exec and -execdir can take ; or + as an ending marker. Previously only ; was supported. This is part of POSIX for -exec (support for + for -ok is optional and none of the implementations I looked at seem to support that). * Missing completion for -files0-from (GNU find 4.9.0 and later). This flag needs to go with the global flags at the beginning and load the paths from the given file instead of from the command line. * Missing completion for the -newerXY family of flags (GNU find 4.3.3, also available in FreeBSD and MacOS at least).
2021-12-1649648 based on github #80 (Vincent Bernat): invert before/since for date ↵Oliver Kiddle1-2/+2
glob qualifiers completion
2021-07-0949150: consistently use singular form for headings on completion match groupsOliver Kiddle1-1/+1
2019-09-2744781: add completion of SELinux contextsOliver Kiddle1-2/+2
2019-08-1744675: _find: Fix return statusdana1-3/+6
2018-01-0442214: use less general names on new functions for completing file flags and ↵dana1-1/+1
modes
2018-01-0442210: factor out completion of file modes and flags and handle ↵dana1-1/+1
_comp_priv_prefix for chflags
2016-06-2238735: support verbose style to allow clearer but less compact descriptions ↵Oliver Kiddle1-6/+14
for time specifiers
2015-07-3135960 (tweaked): complete correct options for OpenBSD's findMatthew Martin1-9/+13
2015-07-0735718: new calendar style date completionOliver Kiddle1-5/+16
2015-05-0335011: update completions for some common Unix commands,Oliver Kiddle1-69/+132
in particular improving FreeBSD support
2012-11-1630802: add new command switchesOliver Kiddle1-8/+19
2007-11-30arno: 24134: extra find completion optionsPeter Stephenson1-0/+12
2001-12-1116320: factor out file system completion to new functionOliver Kiddle1-1/+1
2001-04-02moved from Completion/User/_findSven Wischnowsky1-0/+59