TekWizely
TekWizely
Closing this as resolved by #38 - Thanks for taking the time and for using my project!
Greetings @0xEAB ! Looking into a bit more, i think the issue is that I use `%s` as the formatter, when I should probably be using `%b` Paste this into...
Ugh, you're right - I didn't notice the `$` at the start of the line when I tested that :( OK so I see now that I didn't need `%b`...
Greetings @dkebler ! Although it seems interesting, and prepending all functions (and global variables) with something like `bashtpl_ / BASHTPL_` would likely be easy and safe, you would be giving...
Thanks for the explanation ! Sounds like the quite the project - Now that you mention it, I think I remember checking out the project previously. It _may_ be possible...
Hi @dkebler, I'm going to close this to clean up the issue tracker, but feel free to make a PR if you ended up working on an approach!
Closing this MR as its not a working solution to the problem ...
@0xEAB I've re-opened this MR after having a chance to do some research - I've implemented a `printf %b` compatible escape function which I hope doesn't break other users once...
@balihb Could you check this updated version and see if it still works for you?
@DariaKunoichi Could you take a look at this and see if it could meet your needs ?