# blub - CLI for GitHub(and potentially Bitbucket and GitLab in the future) # `blub` is a CLI tool to interact with Github(and similiar services). ## Installation ## ### From Cargo ### ```sh cargo install blub ``` ### From Source ### ```sh # To install to ~/.cargo/bin/ cargo install # You can also perform a global install by running # cargo install --root /usr/local ``` ## Usage ## ```sh blub help ```