basher
basher copied to clipboard
Support arbitrary https or ssh uris
We're using gitlab internally, which a) operates on port 10022 and b) supports nested namespaces. I can imagine a shortcut, so that when somebody types basher install [email protected]:10044/group/subgroup/project
basher takes the uri as-is.
The concept of packages being user/repo
is hardcoded all over basher. This change might not be so easy to implement. I'm willing to accept a PR if it solves the problem in a really good way.
um i stumble upon this when i made something similar https://github.com/lnee/resh which has the solution to your problem i think it allows the $REPO var to be set to anywhere plus you genrly don't install it peramaly