NAME

App::ghmulti - Helps when using multiple Github accounts with SSH keys

VERSION

Version 0.04

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 https://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-ghmulti. 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:

ACKNOWLEDGEMENTS

Many thanks to Oanh Nguyen (oanhnn) for publishing this gist: https://gist.github.com/oanhnn/80a89405ab9023894df7, and to everyone who contributed in the comments.

AUTHOR

Klaus Rindfrey, <klausrin at cpan.org.eu>

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.