bash-it/lib
John D Pell 7ea6efab3f lib/helpers: fix `all_groups()`
- Don't write to disk, just pipe.
- Don't loop, just do all functions.

Performance of old implementation on my system:
```
real    0m9.996s
user    0m5.318s
sys     0m9.126s
```

Performance of new implementation on my system:
```
real    0m0.052s
user    0m0.069s
sys     0m0.025s
```
2021-10-16 14:32:44 -07:00
..
appearance.bash lib: Move _has_colors to log module 2020-07-02 20:13:42 +03:00
helpers.bash lib/helpers: fix `all_groups()` 2021-10-16 14:32:44 -07:00
log.bash Delete `.shellcheckrc` (#1947) 2021-09-18 12:50:59 +03:00
preview.bash lib/preview: handle unbound parameter 2021-08-26 14:11:41 -07:00
search.bash Delete `.shellcheckrc` (#1947) 2021-09-18 12:50:59 +03:00
utilities.bash Lint: prepare `lib/utilities` for `shellcheck` (#1933) 2021-09-28 15:24:18 +03:00