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

resolves #2314 ## How Has This Been Tested? Tested in docker container ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New...

## Description As per #1696, this cleans up various files by fixing ShellCheck errors. This cleans 10 themes (and removes two entries from `clean_files.txt` that no longer exist. In the...

I prefer using `me` as the default remote name. However, this does not play well by default: ```console $ bash-it version error: No such remote 'origin' $ git remote -v...

### Expected behavior todo.txt-cli aliases are installed correctly ### Current behavior todo.txt-cli aliases fail to install ![Image](https://github.com/user-attachments/assets/bc5362a3-c793-4dac-8036-61c5d6032c8b) This behavior is caused by this line : https://github.com/Bash-it/bash-it/blob/7488d6082f8a0a591000113b6a5138fd5d44fae4/install.sh#L40 ### Possible solution rename...

bug:general

![Clean Up All The Plugins](https://i.imgflip.com/5nen1f.jpg) code by @gaelicWizard , manually rebased on latest master by @seefood ## Description This is my work-in-progress branch with all the plugins cleanup. ## Motivation...

### Expected behavior The right part of the prompt ends at the right of the first prompt line ### Current behavior The right part of the prompt ends at the...

bug:general

### Expected behavior It should tell if the site is down for everyone or just for me. ### Current behavior ``` ┌─[✗]──[sergio@munster]─[~]─[○] [lun mar 31 - 00:51] └──● curl -L...

bug:general

### Expected behavior Given `x` is an alias `$ x[TAB][TAB]` shows available completions (say `alpha` and `beta`). `$ x al[TAB]` completes to `$ x alpha` ### Current behavior For some...

bug:general