Jeremy Brubaker
Jeremy Brubaker
Due to a missing `echo`, `mon.sh` would fail without printing the correct error message if **liblist.sh** was not found
I used `pipx` to install `peru` in a venv. `peru` runs the `git module` properly but the `curl module` fails. Specifically the `import peru.main` at line 13 in `peru/resources/plugins/curl/curl_plugin.py` fails...
Setting "ln=target" highlights a link in the same color as the referred file instead of having a specific symlink color. Dangling/orphaned links are always colored using the specified "or=" color....
Instead of requiring the user to run `readlinkf_*` in a subshell, this allows the natural syntax `readlinkf_* ""` to be used **without** changing the calling shell's directory. Subshell functions *are*...
Functions in the form `func () ( ... )` are documented just like the more common `{}` version.