summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command/_find
Commit message (Collapse)AuthorAgeFilesLines
* 54532: completers: various small fixesMikael Magnusson2026-05-161-1/+1
| | | | | | | | | | | | | | | | | | | _find: - and + were reversed compared to the disp string _zstyle: fix typo breaking chpwd-specific style completion _sudo: minor typo in exclusion list _rsync: fix some minor thinkos _ip: fix a few typos _sort: remove double --ignore-nonprinting line _df: fix typo widge -> wedge _tmux: fix various issues _mount: defperm confusion _sed: typo _netstat: fix -4/-6 typo _wget: fix some syntactical typos _subversion: fix using wrong cache name _lsof: typo _ffmpeg: fix copy-pasto in for scodecs _ansible: --skip-tags also takes tags
* 54185+54209: set default value of verbose style to trueJun-ichi Takimoto2026-03-091-1/+1
|
* 53326: completion updates for core Linux utilsOliver Kiddle2025-01-271-1/+0
|
* 52307: new completion for many SELinux toolsOliver Kiddle2023-11-171-2/+2
|
* 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