aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/ssh.fish
Commit message (Collapse)AuthorAge
* Stringify many completions and functions, with --invert stringification.Gravatar Aaron Gyes2016-04-08
| | | | | | | | I believe apm must have been buggy - example output that I found online showed `tr` was mangling paths with spaces in it. Should be fixed. Also, use dscl on OS X in __fish_complete_users.fish like __fish_print_users.fish already does.
* Rename sgrep to __fish_sgrepGravatar Fabian Homborg2015-09-09
| | | | Makes it harder to cause issues with aliases, see fish-shell#2245
* Use sgrep instead of grep in ssh completionGravatar ridiculousfish2014-08-13
|
* Strip users with leading underscores from ssh completionsGravatar ridiculousfish2014-08-12
|
* * git rm and git status options are addedGravatar gonchar2011-09-23
| | | | | * ssh subcomand completion * __fish_complete_subcommand now can skip variable number of tokens
* ish's current hostname completion uses ~/.ssh/known_hosts as one of its ↵Gravatar axel2009-02-03
| | | | | | sources of information, but ~/.ssh/config may also be useful. Gather all of the 'Host' declarations from ~/.ssh/config and filter out the ones with wildcards. Signed-off-by: James Vega <jamessan@debian.org> darcs-hash:20090202210242-ac50b-cf50070ee33ab6113e32a4d997d464ac4b1faf24.gz
* Add support for completing aliases in ssh. Written by David Bronke.Gravatar axel2009-02-02
| | | | darcs-hash:20090201231805-ac50b-196d4c81981efe681677fe8ca7f1cc833a4734da.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
* 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
* Fix bugs detected by the ahead-of-time syntax checking in the complete builtinGravatar axel2006-05-22
| | | | darcs-hash:20060521192705-ac50b-b4304328fb4b9cce853055a2f231c48050a17471.gz
* Do gettext translation of descriptions just-in-time internally in fishGravatar axel2006-03-02
| | | | darcs-hash:20060301165347-ac50b-3df9feec60dd9860e0988396d10b550a501f6802.gz
* Redo installation file structure, move lots of things to $PREFIX/share/fishGravatar axel2006-02-17
darcs-hash:20060217101339-ac50b-d93d2c620a4b7f75f05ff461a6edbee001da7613.gz