basher icon indicating copy to clipboard operation
basher copied to clipboard

A package manager for shell scripts.

Results 22 basher issues
Sort by recently updated
recently updated
newest added

Hi, I wrote a simple MVC shell-scripting dev kit and framework and just had the chance to make it fully installable via basher. I checked the site and this this...

I've been hosting some scripts in a gitlab organization which doesn't follow the nice `username/project` structure we have in github. It's more like `org/group/function/repo`. When I do `basher list`, I...

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...

For whatever reason, `type -p realpath` returns empty on macOS even though `realpath` exists, and so it defaults to using `readlink -f` which does not work on macOS. Using `which...

This PR is aimed to prevent packages conflicts; namely, when two different packages has identical names for binaries/man/completions. This means avoid the `-f` flag in `ln` to NOT overwrite when...

This PR adds: - perform unlink/relink when upgrading a package - It also performs upgrade on its dependencies. - Exit upgrade gracefully if it's not upgradable (using same logic as...

This PR adds the ability to clone into a named folder (same as the normal git clone command where you can clone to any folder), with the exception that it's...

This PR is a proof-of-concept to address the issues discussed in #49. Specifically, it: * Removes the unnecessary (and undesirable) physical path resolution in `basher-link` * Removes code duplication (of...