aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_print_hostnames.fish
Commit message (Expand)AuthorAge
* __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