a git based command discoverer and executor


Keywords
management, commands, git, inenv, gbin, discovery, cli, python
License
MIT
Install
pip install gbin==0.3.3

Documentation

GBin

A git based management command discoverer. Uses inenv to automatically switch venvs if it belongs in an env.

Usage

gbin # Lists commands

gbin <command_name> # Runs the command

Creating GBins

Simply place files in a gbin/ directory in a git repo.