Skip to content

aterris/two_man

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Two-Man

Build Status Code Climate Coverage Status

The code that powers the Two-Man Rule Raspberry Pi Launcher

Getting Started

Install
git clone https://github.com/aterris/two_man.git ~/.two_man
Add to Path
echo 'export PATH="$PATH:$HOME/.two_man/bin"' >> ~/.zshrc
Setup
two_man setup

Usage

View Installed Launch Codes
two_man codes
Start Two Man Rule Launcher
two_man enable LAUNCH_CODE

Manage Launch Codes

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
Install Launch Code Repo
two_man install aterris/sample_launch_codes
Update Launch Code Repo
two_man update aterris/sample_launch_codes
Uninstall Launch Code Repo
two_man uninstall aterris/sample_launch_codes
View Installed Launch Code Source Repos
two_man sources

Custom Launch Codes

You can create custom launch codes and load them from public or private repos. Learn more

About

Two Man Rule Raspberry Pi Launcher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages