bash-it
bash-it copied to clipboard
A community Bash framework.
## Description Added virtualenv prompt for robbyrussell theme (same as in the [purity theme](https://github.com/Bash-it/bash-it/pull/1849)) ## Motivation and Context Usually when one `cd` into directory with active virtualenv name of the...
## Description Fix the enable completion by encapsulating under if block and make the completion decisions based on the COMP_WORDS[1] to get genuine completions. ## Motivation and Context ## How...
@NoahGorny I've been seeing this one intermittently of late, but can't reproduce on my own OSX 11.6. It's just skipping some tests!!!! It's driving me batty. My best guess is...
## Description Truffle is a nodejs tool used for development of the blockchain projects by provide an features like scaffolding, testing and deployment ## Motivation and Context Couldn't find any...
## Description The old completions were outdated and didn't handle repeated completion and sub-command completions. ## Motivation and Context Approach used in #2107 ## How Has This Been Tested? Locally...
## Description Provides an alias to initialise the terraform directory ## Motivation and Context Fixes #2057 ## How Has This Been Tested? Locally ## Screenshots (if appropriate): ## Types of...
## Description - remove redundant cite - support Basher - add nenv plugin - uplift nodenv to follow newer pattern and standard - ensure node components play well with *env...
## Description This pull request allows the developers to delete the stale branches from the repository without affecting the default base branch (main / master) and currently checked out branch....
## Description ```bash shfmt -w test/*.bash test/*/*.bats ``` ## Motivation and Context Chapter 4. Just cleaning up. This is built on top of #2033. ## How Has This Been Tested?...
## Description As `shellcheck` supports BATS syntax, turn it on and use it! And then fix all the tests! ## Motivation and Context This is chapter 3 of my BATS...