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

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... :)