yazi --debug output
Please 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
yazi --debugoutputPlease 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:ashenWould 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