about summary refs log tree commit diff
path: root/Completion/Unix/Command/_find
Commit message (Collapse)AuthorAgeFilesLines
* github #91: _find (gnu/freebsd/darwin): Add some flags and syntaxesArvid Norlander2022-05-201-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).
* 49648 based on github #80 (Vincent Bernat): invert before/since for date ↵Oliver Kiddle2021-12-161-2/+2
| | | | glob qualifiers completion
* 49150: consistently use singular form for headings on completion match groupsOliver Kiddle2021-07-091-1/+1
|
* 44781: add completion of SELinux contextsOliver Kiddle2019-09-271-2/+2
|
* 44675: _find: Fix return statusdana2019-08-171-3/+6
|
* 42214: use less general names on new functions for completing file flags and ↵dana2018-01-041-1/+1
| | | | modes
* 42210: factor out completion of file modes and flags and handle ↵dana2018-01-041-1/+1
| | | | _comp_priv_prefix for chflags
* 38735: support verbose style to allow clearer but less compact descriptions ↵Oliver Kiddle2016-06-221-6/+14
| | | | for time specifiers
* 35960 (tweaked): complete correct options for OpenBSD's findMatthew Martin2015-07-311-9/+13
|
* 35718: new calendar style date completionOliver Kiddle2015-07-071-5/+16
|
* 35011: update completions for some common Unix commands,Oliver Kiddle2015-05-031-69/+132
| | | | in particular improving FreeBSD support
* 30802: add new command switchesOliver Kiddle2012-11-161-8/+19
|
* arno: 24134: extra find completion optionsPeter Stephenson2007-11-301-0/+12
|
* 16320: factor out file system completion to new functionOliver Kiddle2001-12-111-1/+1
|
* moved from Completion/User/_findSven Wischnowsky2001-04-021-0/+59