Henning Bopp
Henning Bopp
> [Previewing the README with this change](https://github.com/p-e-w/argos/blob/66290d5cbaada634ca2a60e6ed25f806b24ff80c/README.md) currently shows a broken image :( I linked it against the github source by @andyholmes now. I hope this will stay... Could perhaps...
> Also, setting `bash=` does not run the string, it simply puts the string into a variable bash, which I think isn't what you want. That's not quite valid for...
Just to complete - Used syntax: ```bash #!/usr/bin/env bash fig="$(figlet -f boppybox "keep calm...")" fig="$(awk 1 ORS="\\\\n"
Will fix that mistake and code style not later than this weekend.
I fixed the issue and implented your RegEx idea. As a total gnome-ext noob I was not aware that there is an additional (better) RegEx implementation available.
I can make italic font working with simply appending the style (i.e. `Italic`) to the font name: ```bash echo "Italic" # or echo "Semibold and Italic" ``` Since nesting the...
As I love to host my stuff "locally", I totally love the idea behind this tool! And if it'll also get a return channel, I would not even think about...
> by @syslino: > > Not that I'm in need of much load balancing - my machine idles most of the time anyways and this project seems silly enough to...
> Never, ever, host anything on standard service ports unless you're an enterprise server farm. :) But I do prefer to have visits on my home pages and I do...