aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
Commit message (Collapse)AuthorAge
* Add completion support for named function argumentsGravatar axel2007-04-21
| | | | darcs-hash:20070421080931-ac50b-c3e482ad145c619d23cc5f19256010b5b0697c57.gz
* Change output format of complete -C to make writing case insensitive command ↵Gravatar axel2007-04-21
| | | | | | specific completions more transparent darcs-hash:20070420195506-ac50b-b5f56bb2964e65d13abfb9281ce26db2b8c341b7.gz
* Add completions for evinceGravatar axel2007-04-19
| | | | darcs-hash:20070418224801-ac50b-83713782420d5f820add93e47b57d2289f289b61.gz
* Add a completion function for completiong file url:sGravatar axel2007-04-19
| | | | darcs-hash:20070418224611-ac50b-4e457b2218751a182989f3635bb98c5e8a8b9766.gz
* Remove explicit directory completion from __fish_complete_mime, we only want ↵Gravatar axel2007-04-18
| | | | | | directory completion as a fallback in order to minimize the number of reasonable completions that are ignored. This issue was reported by Claes Nästén. darcs-hash:20070417225658-ac50b-26178885ea4f8693858a74cec57a743831430634.gz
* Rename save_function to funcsave to keep consistency between ↵Gravatar axel2007-04-17
| | | | | | function/variable functions darcs-hash:20070416214453-ac50b-9ec9559fc468256dc149e92e9fece37da940ad7e.gz
* Add newline to error message in alias.fish. This problem was reported by flixil.Gravatar axel2007-04-12
| | | | darcs-hash:20070412115221-ac50b-0ff23d6e2158522d10c7e799dc9f1594112f1869.gz
* Minor tweak to vcs completion generation code. Most significantly, some svn ↵Gravatar axel2007-03-25
| | | | | | command descriptions which where previously truncated are now complete. darcs-hash:20070324193714-ac50b-61b10db649ef82ba8d8d658ef10cc05c2253d5f0.gz
* Do not use makefile to generate vcs completions, do it directly in the ↵Gravatar axel2007-02-24
| | | | | | script. Also add some minor updates to the vcs completions. darcs-hash:20070224125927-ac50b-f1242b198ea0651c993b045d584262dc32062338.gz
* Fix paran mismatch bug in umount completions that popped up when dropping ↵Gravatar axel2007-02-24
| | | | | | the N_ script darcs-hash:20070223163630-ac50b-efa267645ce113eab089d49d240bb3e00e9f07e5.gz
* Add missing file for vi completions that is needed to complete files ↵Gravatar axel2007-02-23
| | | | | | selectively based on mime types. Also use it to improve emacs completions, in order to balance my GNU karma. darcs-hash:20070222214555-ac50b-60aa6a3e4cea77451c51d40d2a574d145f3de4fe.gz
* Minor tweaks to vared functionGravatar axel2007-02-09
| | | | darcs-hash:20070208170118-ac50b-76ea318d47de28a4437ecf0a50daea2c617017ea.gz
* 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
* Make the first and last argument to __fish_complete_suffix optional. Use ↵Gravatar axel2007-01-31
| | | | | | mimedb to look up descriptions if not supplied. darcs-hash:20070130152631-ac50b-24f1c947d88ce3ad20f31a17b58adfe02cf002e2.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
* Remove unneeded code from isatty, fix spelling in docsGravatar axel2007-01-28
| | | | darcs-hash:20070127141215-ac50b-d15c657b62862841df80c55095a05e9c38086a11.gz
* Fix a few more trailing N_ callsGravatar axel2007-01-27
| | | | darcs-hash:20070127020240-ac50b-6081d8cc0bc5d648b53b3ddfe878ec0f65412b6e.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
* Minor edit to init scripts to reduce number of non-builtins called on initGravatar axel2007-01-22
| | | | darcs-hash:20070121155057-ac50b-1fae99ef89abc7bc08dc31eb671bfc556e34202d.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
* Make save_function print the help text when given no argumetns. Thanks to ↵Gravatar axel2007-01-19
| | | | | | Alexander Kellett for the suggestion. darcs-hash:20070119131538-ac50b-a77f60f557677543f38c73ffc21a209432b8b26a.gz
* Add missing completion for the commandline builtinGravatar axel2007-01-19
| | | | darcs-hash:20070118163104-ac50b-e33d3888efa42218881291ce1d2636ca14f10805.gz
* Remove the final non-builtin call from __fish_gnu_complete, to make it even ↵Gravatar axel2007-01-19
| | | | | | faster darcs-hash:20070118162853-ac50b-a31f51d53ba3121eaf6dfb4006dde00491fd53c2.gz
* Additional performance tweak for __fish_gnu_completeGravatar axel2007-01-16
| | | | darcs-hash:20070116125116-ac50b-0a702bc02f9a126b36505864dcc597661a7ca2b0.gz
* Bugfix in __fish_gnu_complete - switches could be ignoredGravatar axel2007-01-16
| | | | darcs-hash:20070116112226-ac50b-6d6ce88d87f74a3779e4c6de6c62068c49354966.gz
* Improve speed of __fish_gnu_complete on systems with no native seq ↵Gravatar axel2007-01-16
| | | | | | implementation by avoiding using seq at all darcs-hash:20070116102651-ac50b-ad7e0acd325f88d1676e4c533bc863caedf91748.gz
* Make all descriptions for function calls use the implicit translation from ↵Gravatar axel2007-01-16
| | | | | | the previous patch instead of explicitly using N_ darcs-hash:20070116012918-ac50b-c1c0df64333ad910ca81dbc86ad193ece6680722.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 a -f switch to psub to use regular files instead of fifos. This makes ↵Gravatar axel2007-01-16
| | | | | | psub work with programs that need to seek. This change was suggested by Alexander Kellet. darcs-hash:20070115174330-ac50b-2349cef2d1a26a9e7c9356691bc74991135c1d2c.gz
* Add missing completions to ulimitGravatar axel2007-01-13
| | | | darcs-hash:20070112152048-ac50b-b402f5e5fb9bfa0720b7b89de465d06bf66a1ac3.gz