Overview
A quick tool to generate a link to a file or directory in a remote git repository from the CLI
installation:
git clone https://github.com/hmprt/giturl
cp giturl /usr/local/bin
usage:
giturl
giturl [file]
example usage:
> giturl README.md
> https://github.com/hmprt/giturl/blob/master//README.md
notes
Works for github and gitlab