- Description
Bash script to open a GitHub repository in your browser from any directory within the repository or by specifying the repository folder as an argument. It also supports setting your username for quickly accessing your repositories.
- Install
curl -O https://raw.githubusercontent.com/CodeDotJS/bruh/master/bruh.sh && chmod +x bruh.shand... global
sudo mv bruh.sh /usr/local/bin/bruh- Usage
To run the script from the current directory:
$ bruhTo specify a repository folder:
$ bruh /path/to/repo_folderSet username
$ bruh --set-username torvalds$ bruh -o linux- Screenshot
- License
MIT
