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

A community Bash framework.

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

## Description Aliases for cleaning, packaging and testing only with Maven lifecycle. Also added aliases to start stop Spring Boot, Quarkus, Micronaut and Jetty server ## Motivation and Context As...

### Expected behavior ``` $ bash-it show plugins --verbose Plugin Enabled? Description Reference alias-completion [ ] https://github.com/Bash-it/bash-it/blob/master/completion/available/aliases.completion.bash autojump [ ] Autojump https://github.com/wting/autojump aws [ ] AWS helper functions https://github.com/Bash-it/bash-it/blob/master/plugins/available/aws.plugin.bash base...

feature request

### Expected behavior ```shell cd $HOME ll .bash # should show files/directories that begin with .bash ``` ### Current behavior ```shell cd $HOME ll .bash # shows all files/directories with...

bug:general

Missing leading underscore in `_lp_escape` ## Description ## Motivation and Context Without this - presumably - the code fails silently, never presenting the branch name in the PS1 prompt. ##...

#!/bin/bash echo "Podaj pierwsza liczba:" read a echo "Podaj druga liczba:" read b echo "Podaj operacje (jedna z): +, - , / lub X" read opr if [ $opr =...

Add new theme called Inretio, along with documentation describing it. ## Description Inretio theme uses inspiration from existing themes: `metal` and `bobby`, but adds more details about virtual environment -...

## Description ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change which fixes an...

### Expected behavior Similar to [oh-my-zsh laravel5 completion](https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/laravel5/laravel5.plugin.zsh). ### Current behavior There are no completions for artisan. ### Possible solution Maybe oh-my-zsh can be ported? There is also [this bash...

feature request

Adding screenshots of new theme called Inretio. ## Description Adding dark and light color scheme screenshots of new theme Inretio. ## Motivation and Context This theme conveniently shows Python virtual...

### Expected behavior When creating a new tmux session, there is a -c option to set the start-directory. So, `tmux new-session -c ` should show you the paths of the...

feature request