The code that powers the Two-Man Rule Raspberry Pi Launcher
git clone https://github.com/aterris/two_man.git ~/.two_man
echo 'export PATH="$PATH:$HOME/.two_man/bin"' >> ~/.zshrc
two_man setup
two_man codes
two_man enable LAUNCH_CODE
Launch Codes can be loaded from github public or private repos via any of the following formats
aterris/sample_launch_codes
git@github.com:aterris/sample_launch_codes.git
https://github.com/aterris/sample_launch_codes.git
two_man install aterris/sample_launch_codes
two_man update aterris/sample_launch_codes
two_man uninstall aterris/sample_launch_codes
two_man sources
You can create custom launch codes and load them from public or private repos. Learn more