We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example, I want to download Sweet-cursors folder I used this command:
gh download EliverLara/Sweet -b nova kde/cursors/Sweet-cursors
But instead only Sweet-cursors folder, the result is as below:
Sweet-cursors
kde \__cursors \__Sweet-cursors
Can you help me on this?
The text was updated successfully, but these errors were encountered:
The default will reserved repo dir path, but you can use the the --outdir option to specify a directory
--outdir
For example:
gh download https://github.com/EliverLara/Sweet/tree/nova/kde/cursors/Sweet-cursors --outdir Sweet-cursors
It will only remove kde/cursors prefix
kde/cursors
gh download https://github.com/EliverLara/Sweet/tree/nova/kde/cursors/Sweet-cursors --outdir otherdir
With rename Sweet-cursors to otherdir
otherdir
You can use --dry-run to output the information to help you confirm before you download
--dry-run
Sorry, something went wrong.
Thanks, this works!
No branches or pull requests
For example, I want to download Sweet-cursors folder
I used this command:
But instead only
Sweet-cursors
folder, the result is as below:Can you help me on this?
The text was updated successfully, but these errors were encountered: