Skip to content
/ bruh Public

🐮 Quickly open the GitHub repository of a cloned repo in your browser.

License

Notifications You must be signed in to change notification settings

CodeDotJS/bruh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  • 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.sh

and... global

sudo mv bruh.sh /usr/local/bin/bruh

  • Usage

To run the script from the current directory:

$ bruh

To specify a repository folder:

$ bruh /path/to/repo_folder

Set username

$ bruh --set-username torvalds
$ bruh -o linux
  • Screenshot


  • License

MIT

About

🐮 Quickly open the GitHub repository of a cloned repo in your browser.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages