bash-it icon indicating copy to clipboard operation
bash-it copied to clipboard

A community Bash framework.

Results 159 bash-it issues
Sort by recently updated
recently updated
newest added

### Expected behavior When connecting to my laptop over SSH, bashit should work the same as when I open a local session. ### Current behavior With the `pyenv` plugin enabled:...

bug:prompt

First timer to bash-it. There's one issue I couldn't find a solution for. I open the terminal, run a command - any command - like `ls`, I get the results...

bug:general

### Expected behavior I'm asking for this feature because I'm not 100% sure what this help message should actually be. Is it this? ``` → bash-it help preview Previews a...

feature request

## Description This pull request implements plugin and aliases for handling encryption or decryption of the file or text payload. ## Motivation and Context I have to work with encryption...

## Description Added the plugin to handle the URL related workload and slugify function to add handle the heading to slug transformation. ## Motivation and Context While writing the headings...

## Description Simplify the completion file with evaluation of `grunt --completion=bash` and fixed linting ## Motivation and Context Help clean bashit #1696 ## How Has This Been Tested? ## Screenshots...

## Description Similar fix as defined in #2136 ## Motivation and Context Help clean bashit https://github.com/Bash-it/bash-it/issues/1696 ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes...

## Description Fixed the false-positive SC1091 warning in APM completion due to invalid `$BASH_IT` value ## Motivation and Context ## How Has This Been Tested? Locally on Linux ## Screenshots...

Support `node --version` as a strategy to get the node version. Current code assumes `nvm` is in use. ## Description Add function `node_native_version_prompt` to use `node --version` & refactor `node_version_prompt`...

## Description This PR fixes SC2016 in completions/available/export.completion.bash file ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [x] Bug...