NAME App::ghmulti - Helps when using multiple Github accounts with SSH keys VERSION Version 0.06 SYNOPSIS use App::ghmulti; App::ghmulti->run(); or { local @ARGV = @my_args; App::ghmulti->run(); } DESCRIPTION Please read the documentation in the ghmulti program for more information. Note: this module uses the git command line tool, so git must be installed and available via "PATH". BUGS Please report any bugs or feature requests to "bug-app-ghmulti at rt.cpan.org", or through the web interface at . I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SEE ALSO ghmulti, Git::RemoteURL::Parse, GitHub::Config::SSH::UserData SUPPORT You can find documentation for this module with the perldoc command. perldoc App::ghmulti You can also look for information at: * RT: CPAN's request tracker (report bugs here) * Search CPAN * GitHub Repository ACKNOWLEDGEMENTS Many thanks to Oanh Nguyen (oanhnn) for publishing this gist: , and to everyone who contributed in the comments. AUTHOR Klaus Rindfrey, "" LICENSE AND COPYRIGHT This software is copyright (c) 2025 by Klaus Rindfrey. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.