Commit Graph

16 Commits (3a2ccd3792b6eec96059462fffc9a08f07bb7dc9)

Author SHA1 Message Date
Ira Abramov c42e3e8b21 Removed trailing whitespaces 2020-10-29 19:57:14 +02:00
KID the Euforia e9c01e1843
completion/ssh: support sftp command
Signed-off-by: KID the Euforia <kid0725+github@gmail.com>
2020-07-09 18:51:48 +09:00
Nils Winkler d8d6109e43
Fix macOS sed in SSH completion
See here for details: b5f666d467
2020-01-23 08:36:53 +01:00
Damien MASCRÉ b5f666d467 Corrects the inclusion file list by properly interpreting the paths specified in the Include directive of the ssh_config, aka paths relative to the ~/.ssh folder. 2020-01-07 13:20:01 +01:00
Ti Leggett cf39dc4257 added slogin to list of ssh completion commands 2019-07-04 10:52:19 -05:00
con-f-use e23d26c8fe
Fix #1210 grep error on MacOS with ssh completion
See #1210
2018-07-18 14:52:01 +02:00
con-f-use 0936e2a029
Fix wildcards and handle includes in ssh complete
Handle includes in `.ssh/config` and fix bug that caused `Host` entries with wildcards in them to be included in the autocomplete suggestions.
2018-06-26 13:08:25 +02:00
knope 1b6a208b4c ssh doesn't care about case
... neither should it's autocomplete,
  please?  

  :D
2017-10-25 14:01:04 -04:00
Levent YALCIN d85b6e67f0 scp should have completion too 2016-11-15 22:21:04 +00:00
Tomáš Havlas b835b3d9ce Added support for multiple aliases/hosts in single line for ssh completion and plugin 2016-03-25 23:29:33 +01:00
Simon Fiddaman 6c82269121 Skip ssh hashed hosts 2015-08-20 17:37:46 +02:00
Benjamin Brombach 4510c9ee63 fixes #343 by surrounding $HOME (which can have spaces) with quotations marks 2015-04-29 14:56:46 +02:00
John O'Gara 3b53623f64 Added parsing of /etc/hosts and support for username@host completion 2014-01-04 12:50:45 +00:00
Eitan Adler 3fc60b5358 Fix bogus bash binary location 2012-04-17 00:24:58 -04:00
Nils Winkler 9df9ac3dec Fixed SSH completion to include both config and known_hosts. Works on OS X for me if set up like that. 2011-11-01 08:27:37 +01:00
Travis Swicegood e115b4c5af Move auto-complete code over to available -> enabled style
This continues the move toward the ability to turn things off with
everything turned on by default.
2011-06-21 09:20:40 -05:00