aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_print_hostnames.fish
Commit message (Expand)AuthorAge
* Refine reading ssh_config (#3146)Gravatar Boris Aranovich2016-06-15
* Stringify many completions and functions, with --invert stringification.Gravatar Aaron Gyes2016-04-08
* Make reading ssh files case-insensitiveGravatar Fabian Homborg2016-03-22
* Check ssh's KnownhostsFiles in print_hostnamesGravatar Fabian Homborg2016-03-02
* print_hostname: Avoid matches in fstab comments harderGravatar Fabian Homborg2016-03-02
* Stringify reading nfs in print_hostnamesGravatar Fabian Homborg2016-03-02
* Ignore zero-ips in print_hostnamesGravatar Fabian Homborg2016-03-02
* Replace `sed -E` with `string replace`Gravatar Fabian Homborg2015-09-28
* Rename sgrep to __fish_sgrepGravatar Fabian Homborg2015-09-09
* __fish_print_hostnames: ignore errors from getentGravatar David Adam2015-06-19
* __fish_print_hostnames: use awk to process ssh_config filesGravatar David Adam2014-09-29
* Ignore "host", "hostname", and hostname wildcardsGravatar Michael Stillwell2014-09-16
* Fixed appearance of ssh hostnames with [] in themGravatar Knut Ahlers2014-03-29
* Fixes issue #1234. Fish now parses system wide ssh configuration file in addi...Gravatar Alexander I.Grafov2014-01-12
* __fish_print_hostnames: do a better job of searching SSH filesGravatar David Adam2013-09-19
* Some spaces to tabs in __fish_print_hostnamesGravatar ridiculousfish2013-04-03
* Ignore hashed host names in ssh/known_hostsGravatar Greg Dietsche2013-04-03
* the host keyword in ssh/.config is case insensitiveGravatar Greg Dietsche2013-04-03
* Fix crash when /etc/{fstab,hosts} is unreadable.Gravatar Kenneth Vestergaard2013-02-20
* fix typo in hostname completionGravatar David Adam (zanchey)2012-12-10
* use sgrep instead of grepGravatar David Adam (zanchey)2012-11-27
* use getent for hosts if available, otherwise use more resilient processing of...Gravatar David Adam (zanchey)2012-11-27
* ish's current hostname completion uses ~/.ssh/known_hosts as one of its sourc...Gravatar axel2009-02-03
* Replace all internal uses of grep with sgrep, which is a wrapper around grep ...Gravatar axel2006-11-30
* Redo installation file structure, move lots of things to $PREFIX/share/fishGravatar axel2006-02-17