summaryrefslogtreecommitdiff
path: root/Completion/Redhat/Command
AgeCommit message (Collapse)AuthorFilesLines
2024-11-2153238 (+53239 Mikael): support dnf5Jun-ichi Takimoto2-55/+664
some options etc for dnf4 are also updated
2024-01-26github #110: Fix incorrect completion for `dnf --showduplicates`OpenSauce1-1/+1
2023-11-2252315: completion options updateOliver Kiddle1-5/+8
2021-11-12github #82: Fix typosDimitris Apostolou1-1/+1
2021-08-2949319: completion options updateOliver Kiddle1-0/+1
2021-07-0949150: consistently use singular form for headings on completion match groupsOliver Kiddle1-1/+1
2020-08-1847323: _rpmbuild: Complete file arguments after -r/-b/-t.Daniel Shahaf1-1/+1
2020-05-0345614: update _dnfJun-ichi Takimoto1-101/+454
2020-01-0945269: Fix misspellings in completions and elsewhere.Jens Schleusener1-1/+1
2019-09-3044788: handle newer rpm commands like rpmkeys, rpmsign and update optionsOliver Kiddle1-126/+240
2019-05-0744274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle1-1/+1
2018-03-2842549: also handle the yumdb command in yum completionOliver Kiddle1-1/+53
2018-01-0242171: prevent parameters of various parameters from becoming globalEric Cook1-1/+1
2017-11-13Specify system python in dnf completionMalcolm Ramsay1-2/+2
The python executable in the python_exec variable was the python[2|3] executable found in $PATH. When the python[2|3] executable was not the system installed version the completion command raised an `ImportError` as the 'dnf' module was not found. This commit just completely specifies the python version to be the system version `/usr/bin/python[2|3]`, allowing completion within a python dev environment.
2017-09-1841725: assorted minor updates to completion functionsOliver Kiddle1-1/+1
2016-11-2440004: fix cache mechanism, complete groups and other minor improvementsOliver Kiddle1-132/+153
2016-11-1239920: extend yum completionPaul Seyfert1-197/+346
adding the following yum commands: * update-to (just what update expands) * upgrade-to (just what update expands) * history (the actual tricky one) * help (printing the available commands) * load-transaction (_files) * load-ts (_files) * check (just what the man page suggested) * reinstall (just what erase does - suggest installed packages) * downgrade (just what erase does - suggest installed packages) * repolist (just what the man page suggested) * distribution-synchronization (just what erase does - suggest installed packages) * distro-sync (just what erase does - suggest installed packages) A few history commands don't get expanded. Taken from the man page of yum 3.2.29. Reindented file.
2016-10-0739479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ↵Daniel Shahaf1-1/+1
-P' calls to use shortest match where applicable, plus random drive-by tweaks. Found by grepping for patterns that can match needles of various lengths: :grep 'compset -[PS].*[\#^*()\|<>?~\]' Completion/
2016-08-1939067: update options to correspond to latest versions of software in ↵Oliver Kiddle1-2/+3
various functions
2015-12-1337397: Optimised update to dnf completionAdrien Vergé1-248/+168
2015-10-3137028: new scl completionOliver Kiddle1-0/+38
2015-06-02Adrien Vergé: 35352: completion for new Redhat package managerOliver Kiddle1-0/+278
2015-05-2635292: yum install complets local filesEric Cook1-4/+18
2015-03-0534654: Improved rpm -q --whatprovides completionPeter Stephenson1-1/+10
2015-01-2334335: fix bugs in _yum_all_pkgsJun-ichi Takimoto1-5/+5
2014-10-1433467: correct return status on functions and numerous other minor fixesOliver Kiddle1-9/+9
2014-08-2333047: use git to simplify massively source distribution file selectionPeter Stephenson1-3/+0
2011-05-2229328: Another missing backslash in _git, remove some not needed backslashes ↵Mikael Magnusson1-1/+1
in array definitions.
2011-04-11users/15945: various _yum corrections and updatesPeter Stephenson1-10/+16
2010-06-06unposted: fix incorrectly capitalized completion descriptionsDoug Kearns1-36/+36
2010-04-20"Akinori MUSHA: 27892: update service & init completion for FreeBSDPeter Stephenson2-23/+0
2008-11-0225988: declare temporary cache array as local, thanks to problem noticed by ↵Clint Adams2-11/+13
Kazuhiro NISHIYAMA.
2008-06-05unposted: fix typo in _rpmDoug Kearns1-1/+1
2005-12-19unposted: updated _yum from Scott MurrayPeter Stephenson1-13/+38
2005-11-06Scott Murray: users/9648: new _yum completionPeter Stephenson2-0/+270
2004-01-2119387: add (-.) glob qualifier to globs where only files are directly applicableOliver Kiddle1-6/+6
2003-07-31tidy up of many completions (updates, fixes, improvements and plain aesthetics)Oliver Kiddle1-135/+180
2002-05-23unposted: use zstyle again now when it worksAndrey Borzenkov1-4/+3
2002-05-12unposted: fix context name; do not set style by default until it worksAndrey Borzenkov1-3/+4
2002-05-0817075, 17076: _urpmi and chkconfig/servicesAndrey Borzenkov2-0/+23
2002-04-16make more calls to _message use the -e option (16988)Sven Wischnowsky1-2/+2
2001-08-27Added package-specification options to --verify.Wayne Davison1-2/+2
2001-08-1515630: update caching policy for newer versions of rpm.Adam Spiers1-1/+4
2001-06-05Add --nobuild and --nogpg to rpm completion.Chmouel Boudjnah1-2/+2
2001-05-29spelling correctionsOliver Kiddle1-1/+1
2001-04-02new or changed after moveSven Wischnowsky1-0/+4
2001-04-02moved from Completion/Linux/_rpmSven Wischnowsky1-0/+278