I created a Ruby script that will list bunches, display their content, and launch, close, or toggle them.
Install the Bunch CLI using gem install bunchcli
. Run bunch -h
for usage instructions.
$ bunch -h
CLI for Bunch.app
-h, --help Display this screen
-f, --force-refresh Force refresh cached preferences
-l, --list List available Bunches
-o, --open Open Bunch ignoring "Toggle Bunches" preference
-c, --close Close Bunch ignoring "Toggle Bunches" preference
-t, --toggle Toggle Bunch ignoring "Toggle Bunches" preference
-s, --show BUNCH Show contents of Bunch
--show-config Display configuration values
Usage: bunch [options] BUNCH_NAME|PATH_TO_FILE
Bunch names are case insensitive and will execute first match
Example:
# Open or Toggle Coding.bunch
bunch Coding
# Force open Coding.bunch
bunch -o Coding