mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-18 20:11:15 -03:00
Add IPV6 /etc/hosts completion support. Parses columns rather than values which produces improved output. Support ssh -F and Include completion Ignore ssh Hostname and Host with wildcard. The following only get in the way: - Hostname: Host resolves to Hostname - Wildcard Host: Cannot ssh to a glob pattern Improve scp completions * complete only local files when no host provided * complete only remote files when host is provided * complete local files or hosts when no separator Disable username completion for ssh/scp Username completion only provides local users which will unlikely be useful on a remote machine. ssh will use the current username (the only useful one) or one provided in the ssh config.