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
yazi --debug
n/a
ya pack -a <owner/repo> should support non-GitHub repositories as well. For example:
ya pack -a <owner/repo>
ya pack -a https://git.sr.ht/~ficd/ashen:ashen # should be treated the same as ya pack -a ficd/ashen:ashen
if an https url is given, check if it points to a git repository, then treat it the same as otherwise.
No response
The text was updated successfully, but these errors were encountered:
Hey @ficcdaf, I noticed that you did not correctly follow the issue template. Please ensure that:
Issues with needs info will be marked ready once edited with the proper content, or closed after 2 days of inactivity.
needs info
Sorry, something went wrong.
To support it, we need to find a consistent way to allow all mainstream Git forges.
There's already a PR for it #1718, but I haven't gotten around to looking into it yet. If you have any ideas, feel free to add them to the PR.
Closing as duplicate
No branches or pull requests
yazi --debug
outputPlease describe the problem you're trying to solve
ya pack -a <owner/repo>
should support non-GitHub repositories as well. For example:ya pack -a https://git.sr.ht/~ficd/ashen:ashen # should be treated the same as ya pack -a ficd/ashen:ashen
Would you be willing to contribute this feature?
Describe the solution you'd like
if an https url is given, check if it points to a git repository, then treat it the same as otherwise.
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: