shell dot on steroids https://pagure.io/shellfu
Alois Mahdal f535e270c1 Remove obsolete notes 10 lat temu
bin Add support for codenames 10 lat temu
doc Merge core.sh into pretty.sh 10 lat temu
include Merge core.sh into pretty.sh 10 lat temu
notes Merge core.sh into pretty.sh 10 lat temu
setup Add support for codenames 10 lat temu
test Merge core.sh into pretty.sh 10 lat temu
.gitignore Do not track test artifacts 10 lat temu
LICENSE Split-fork from qecc 11 lat temu
Makefile Revamp testing framework even better 10 lat temu
README Remove obsolete notes 10 lat temu
config.mk Bump version 10 lat temu
ffoo.sh.skel Show FFOO_PATH in debug mode 10 lat temu

README

Fast Foo Bash library
=====================

ffoo - Fast Foo - a Bash Library


NOTES
-----

* if `debug -v "x*:` is used, `x*` apparently tries to match
*filenames* first, and only if there is no match, it goes
on to match variable names. This does not seem to affect
`@`, though.

Probably some eval pitfall. For now I'll just remove `*`.
If somebody can fix it, we can re-add it.

On the other hand, I don't even understand how `*` should
exactly behave compared to `@`, so having it disabled does
not seem like such a loss. And by the way, did you know
that the eval is evil? So in the end, maybe we should not
have this feature in the first place... :)