Gho is a Fish shell function that quickly opens pages in the current GitHub repository, like pull requests, issues, or specific paths, directly in your browser.
function gho
open https://(git config --get remote.origin.url|sed -e s/.git//g|sed s,:,/,g)/$argv
end
With gho, you can :