NAME
_sshwrap-hostcolor - Shell completer for ssh (sshwrap-hostcolor)
VERSION
This document describes version 0.009 of _sshwrap-hostcolor (from Perl distribution App-sshwrap-hostcolor), released on 2019-07-26.
SYNOPSIS
To install, install the CPAN distribution this command comes in with, and then in your bash (and/or bash startup file):
complete -C _sshwrap-hostcolor ssh
or, you can use shcompgen to do that for you automatically.
Now ssh has bash completion:
% ssh -p <tab>
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/App-sshwrap-hostcolor.
SOURCE
Source repository is at https://github.com/perlancar/perl-App-sshwrap-hostcolor.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=App-sshwrap-hostcolor
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019, 2018 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.