Commit Graph

17 Commits (388d632a1c642d2cf2264a8cfc7b3c1459528822)

Author SHA1 Message Date
Ira Abramov 388d632a1c Merge branch 'feature/pre-commit-hook' into enforce-pre-commit
* feature/pre-commit-hook: (186 commits)
  added git alias to list remote branch creators with date and time
  Add Kind support
  Fix the commandline for gifski
  Add Terraform and Terragrunt aliases
  lib: helpers: Handle stable revert update
  lib: helpers: Rename Upgrading -> Updating
  lib: Fetch from remote before calculating latest tag in bash-it update
  test: Add completion test for -s --silent flag
  completion: Add --silent and -s completion
  doc: Add --silent flag documentation
  helpers: Add --slient option to bash-it update
  lib: Update no-op message in case of stable update
  lib: Add BASH_IT_DEVELOPMENT_BRANCH variable
  lib: Update to stable now correctly fails if no tags are present
  doc: Add stable/dev option to update section
  completion: Update completion for new bash-it update
  lib: Improve bash-it update so it can update to latest tag
  alias: git: Add new pretty git log alias (ggf)
  alias: git: Add git pull / git push --force aliases
  Add bash-it restart command
  ...
2020-10-17 12:22:07 +03: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
Ira Abramov 480e0c44bf Removed trailing whitespaces 2020-03-10 10:16:02 +02: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