branp is a a cross platform, general purpose, command line tool developed for hyper-specific
use cases in my own workflow. It is not intended to be used by anyone other than myself. That being said,
if you find use for it, let me know how it goes.
MacOS and Linux:
curl -fsSL https://raw.githubusercontent.com/BrandonPacewic/branp/mega/scripts/install.sh | shWindows:
powershell -ExecutionPolicy ByPass -c "irm https://raw.githubusercontent.com/BrandonPacewic/branp/mega/scripts/install.ps1 | iex"Basic usage can be provided by simply running bp in your terminal with no arguments. This will
give you a list of all available subcommands.
Copyright (c) Brandon Pacewic
SPDX-License-Identifier: MIT