nyxnor
nyxnor
**Is your feature request related to a problem? Please describe.** Those are the most used shells and known to me that have completion (more to come if someone helps), I...
**Describe the bug** Didn't test yet if it is broken, but probably is because the square brackes breaks regex `[ ]`. from scop/bash-completion ``` # Remove leading [ host=${host#[} #...
**Is your feature request related to a problem? Please describe.** These options were not included before because they are non essential and common users don't need. It is only necessary...
Instead of comparing is variable is not empty `-n` in a lot of `if else`, call a function and return 1 from inside if the variable is empty, if not,...
**Describe the solution you'd like** Design some onion juggling other onions.
https://editorconfig.org/ Trimming white spaces, indentation and many other things to keep consistency on the format.
This is to add later on to CONTRIBUTING.md - Use [shellcheck](https://github.com/koalaman/shellcheck) - a static analysis tool for shell scripts - it has a debiand packages with the same name and...