zyedidia / eget

Easily install prebuilt binaries from GitHub.
MIT License
954 stars 39 forks source link

Accept full URL of a repository #27

Closed esdnm closed 2 years ago

esdnm commented 2 years ago

This should also work.

eget https://github.com/natesales/q
dufferzafar commented 2 years ago

I looked at the code and this would just need to handle GitHub URLs specially on Line 61: https://github.com/zyedidia/eget/blob/55e9dac1c78f4e37506799bdf6a7862a1f40130f/eget.go#L60-L89