aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions
Commit message (Collapse)AuthorAge
* Add -u flag to case completions - case is often used to parse switches, ↵Gravatar axel2007-02-05
| | | | | | coloring them red makes no sense darcs-hash:20070205122839-ac50b-a87b86846216ad495f58825f3cb27692fc8bf269.gz
* Update vi/vim completions. Add __fish_complete_text function that completes ↵Gravatar axel2007-02-05
| | | | | | using any text file, and __fish_filter_mime that filters a file list based on mimetype. This update was written by Velko Hristov with some suggestions and updates by me. darcs-hash:20070204151809-ac50b-b7f3b44ac528f9e994bf0f842ee2e008866fb620.gz
* Switch various completions to the simpler format for __fish_complete_suffixGravatar axel2007-01-31
| | | | darcs-hash:20070130153435-ac50b-abe42f3f464cb96db062c83084d97ef377a72e80.gz
* Add vim completions, written by Velko HristovGravatar axel2007-01-30
| | | | darcs-hash:20070130004233-ac50b-5c48b940b29ac4f3c377bc88e2abf2e490e9df48.gz
* Add command specific completions for xterm, written by Velko HristovGravatar axel2007-01-30
| | | | darcs-hash:20070130000155-ac50b-7834a733d6bc48f3b57172fa6dc49c36680d575d.gz
* Add command specific completions for totem, written by Velko HristovGravatar axel2007-01-30
| | | | darcs-hash:20070130000128-ac50b-8aec9bbe3858d03189720ed6fc9906ce8f9d4ddc.gz
* Remove trailing period in descriptions for darcs and svnGravatar axel2007-01-30
| | | | darcs-hash:20070129183116-ac50b-c4870570baaee554457413360c084209cb6a4090.gz
* Add support for -s switch to read builtin, enables shell syntax highlighting ↵Gravatar axel2007-01-30
| | | | | | in the read builtin darcs-hash:20070129162624-ac50b-dff9d9ebf16ce3247b83d917efbffd4942cda83f.gz
* Add command specific completions for file and locate, written by Velko HristovGravatar axel2007-01-28
| | | | darcs-hash:20070128114415-ac50b-f5844d6523a9aed3ca0e881c6c125072caee4978.gz
* Add -u switch to completions which can have unknown switches or which are ↵Gravatar axel2007-01-28
| | | | | | incomplete darcs-hash:20070128032652-ac50b-dae70e7b2efddbc757aae8bc7d1884ff5e010621.gz
* Add command specific completions for mutt and sylpheed, written by Velko HristovGravatar axel2007-01-28
| | | | darcs-hash:20070128024639-ac50b-484668bdfb13c4cd23e058224d14b8f6d52b04d0.gz
* Add aptitude completions, written by Velko Hristov.Gravatar axel2007-01-28
| | | | darcs-hash:20070127231612-ac50b-0a3b6ef52a01b5b15b0b1a9f11df739d02fa353c.gz
* Another batch of fixes for the VCS completionsGravatar axel2007-01-27
| | | | darcs-hash:20070127020141-ac50b-e617fbabb234af668fa7ded7f838d66477605c8d.gz
* Fix various completions that didno't drop the N_ no-opGravatar axel2007-01-26
| | | | darcs-hash:20070126012631-ac50b-4e13c06ddbf73f05a0a26824c71dbb96aa7ce0b9.gz
* Update make_mercurial_completions.fish to also handle cvs. Correct bug ↵Gravatar axel2007-01-26
| | | | | | causing issues in darcs completions. darcs-hash:20070126012321-ac50b-caa9749f5e844ce5d06d84f2c38e282049369ed1.gz
* make the make_mercurial_completions.fish script able to handle svn as well. ↵Gravatar axel2007-01-26
| | | | | | Update svn completions. darcs-hash:20070125153452-ac50b-60dce711d8614f99ba24ab9b24acfbd879d58bfa.gz
* Generalize make_mercurial_completions.fish a bit so it can be used with ↵Gravatar axel2007-01-25
| | | | | | darcs as well. Add make targets for creating darcs/hg completions. darcs-hash:20070125132836-ac50b-0e7a728e4be2386d696094a414a1c8bcaee771fc.gz
* Use make_completions.py to make new completions for gccGravatar axel2007-01-25
| | | | darcs-hash:20070125012757-ac50b-21408f89b71abb894850ddff452c83d130ed0401.gz
* Add completions for hg (Mercurial). These completions are autogenerated from ↵Gravatar axel2007-01-25
| | | | | | the help commands for mercurial through the make_mercurial_completions.fish script darcs-hash:20070124225136-ac50b-1636989747df4e2510905e3286dbf1871522f653.gz
* Fix bug in rsync completionsGravatar axel2007-01-21
| | | | darcs-hash:20070121024539-ac50b-6bef9090303c56d117633077554bb43c40f64024.gz
* Add switch completions for the rsync commandGravatar axel2007-01-21
| | | | darcs-hash:20070121023815-ac50b-178776e2fe6c3d510f4f1342269c132797a7793a.gz
* Simplify completions for a few commands (svn, cvs, darcs, yum)Gravatar axel2007-01-21
| | | | darcs-hash:20070120170940-ac50b-24c0e5b05ca03a590b90e795bbd62b15583e2bd1.gz
* Add missing completion for the commandline builtinGravatar axel2007-01-19
| | | | darcs-hash:20070118163104-ac50b-e33d3888efa42218881291ce1d2636ca14f10805.gz
* Drop use of the N_ no-op for translation descriptions. Instead, tell ↵Gravatar axel2007-01-16
| | | | | | xgettext that any token following '--description' should be translated. This should greatly speed up completion loading on platforms where fork() is slow. (Hi, OS X) darcs-hash:20070116011828-ac50b-fb923dc877869ded4d506bbe0bc5364eea44092f.gz
* Darcs completions: Check for file existance before trying to complete using ↵Gravatar axel2007-01-16
| | | | | | the repos file. Thanks to Alexander Kellett for the bug report. darcs-hash:20070115205209-ac50b-60c03383f55bb2dc1d0f5317d907f71c63b2bb7b.gz
* Document -f option for psub, add tab completionsGravatar axel2007-01-16
| | | | darcs-hash:20070115181924-ac50b-6ac48aec8937e9dd172858dfa7eaaac1aca14775.gz
* Add missing completions to ulimitGravatar axel2007-01-13
| | | | darcs-hash:20070112152048-ac50b-b402f5e5fb9bfa0720b7b89de465d06bf66a1ac3.gz
* Allow the user to specify name of history file to use with the read builtinGravatar axel2007-01-07
| | | | darcs-hash:20070106142430-ac50b-32ad52077e11438799b17911dc83e57f89e02f2b.gz
* Update the dcop completions. This update was written by David Bitseff.Gravatar axel2007-01-06
| | | | darcs-hash:20070106130722-ac50b-a73277cfccbf456595f0fb7ceeb18d23b2f744ab.gz
* Add iconv completionsGravatar axel2006-12-27
| | | | darcs-hash:20061226142933-ac50b-dd385732a0337f215855db4c517dc1bab52b2aca.gz
* svn-delete-completion.dpatchGravatar Tassilo Horn2006-12-22
| | | | darcs-hash:20061221212334-c06f4-2db8d07267b142165302d63fd94fdc0eb9f6f791.gz
* Fix minor type in 'find' completionsGravatar axel2006-12-20
| | | | darcs-hash:20061219152443-ac50b-989d374683f181a5fc41d162f2a0793ca31227ac.gz
* Drop unneeded '--' when using set builtin in various placesGravatar axel2006-12-13
| | | | darcs-hash:20061212203727-ac50b-23fbb54bba0c5773e8a3dd2e5737ea8a670c801d.gz
* Add completions for flac, written by David BitseffGravatar axel2006-12-10
| | | | darcs-hash:20061210092326-ac50b-4de3e3473cdc73ef05052d4053f56dd790cc1403.gz
* Add completions for oggenc, written by David BitseffGravatar axel2006-12-09
| | | | darcs-hash:20061209085946-ac50b-747b61e4a0d717b5b9a5b7dcc3bdad8e33e79e18.gz
* ruby-gems-completion.dpatchGravatar Tassilo Horn2006-12-09
| | | | darcs-hash:20061208232818-c06f4-510633a992d3557967709713ab8ed8df94a36c05.gz
* Add dcop completions, written by David BitseffGravatar axel2006-12-09
| | | | darcs-hash:20061208215855-ac50b-aa2ee1fc551ce7bca50d5979800e6674015a3737.gz
* Update comlpetions for the help functionGravatar axel2006-12-06
| | | | darcs-hash:20061206131020-ac50b-f7f1a3c5aa85d90a6538583681167abca7f50e63.gz
* Add ant target completions, written by Nate DrakeGravatar axel2006-12-06
| | | | darcs-hash:20061205235252-ac50b-112c0ff335e456ed0b419c6c5c7a889c517baed1.gz
* Add completions for the env commandGravatar axel2006-12-04
| | | | darcs-hash:20061204115838-ac50b-f75e067b50ee2cbc8f735110c34892613c53c4d9.gz
* Add completions for the locate commandGravatar axel2006-12-04
| | | | darcs-hash:20061204114205-ac50b-1231627ff987bbb3dc4c7af1436cfdf17bd3a5c1.gz
* Add subcommand completion support to nice completionsGravatar axel2006-12-04
| | | | darcs-hash:20061204111346-ac50b-913f68c7fcbf71117ac6d662423d64d05d38c6e5.gz
* Rename __fish_complete_directory to increase consistencyGravatar axel2006-12-03
| | | | darcs-hash:20061202233433-ac50b-48368a338773ad47807b0032389fd305d86b3275.gz
* Add completions for the find commandGravatar axel2006-12-01
| | | | darcs-hash:20061130231414-ac50b-4636dbd460ad23479c5740b22dcba011c2e140a3.gz
* Improve kill completions on non-Debian systems (They where fine before on ↵Gravatar axel2006-12-01
| | | | | | Debian systems) darcs-hash:20061130163230-ac50b-0f72c7a609b1218e30ec193362df13c76f4cb35b.gz
* Replace all internal uses of grep with sgrep, which is a wrapper around grep ↵Gravatar axel2006-11-30
| | | | | | that strips away any GREP_OPTIONS. This is needed to avoid users who have added arbitrary switches to GREP_OPTIONS, thus changing its behaviour. darcs-hash:20061129140004-ac50b-485ff6bfd71e9459ba62461f6e093ca5c9ddd664.gz
* Add completions for the wajig command. These where generated by the ↵Gravatar axel2006-11-21
| | | | | | create_wajig_completions.py script, written by Reuben Thomas. darcs-hash:20061120152707-ac50b-fe478814bcc5edec9dc9d49d0da665b21ba8956c.gz
* Touch up completions for builtin commandsGravatar axel2006-11-21
| | | | darcs-hash:20061120152518-ac50b-cbd3d14af4fd2d67304278d442443decbac1ef7c.gz
* Complete using known repos in darcsGravatar axel2006-11-16
| | | | darcs-hash:20061116132251-ac50b-d62d1a1b08d21b57fa6f7e7ae105d9b77026fd39.gz
* Add a few more darcs completions. These are still unfinished, though.Gravatar axel2006-11-11
| | | | darcs-hash:20061111105547-ac50b-0791e833664ff67d8ced1176577d8266fe4a3782.gz