yuler / gh-download

[GitHub CLI] extension for download folders/files
56 stars 0 forks source link

Support github.com url directly #2

Closed lakuapik closed 1 year ago

lakuapik commented 1 year ago

@yuler thank you for this amazing extension!

I just wonder, do you plan to add support using github.com url directly? like this one:

$ gh download https://github.com/ContainerSSH/examples/tree/main/quick-start
image

Then download it directly into current folder.


PS: As there is no discussion page for this repo, so i just create an issue. Feel free to close this if you dont plan to do it. Thanks again, cheers 🍻.

yuler commented 1 year ago

I will try it later

But now you can use this command

gh download ContainerSSH/examples quick-start/
yuler commented 1 year ago

Hi @lakuapik

I release a new version v0.3.0 for support this feature

thanks your idea