You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I pipe centered figlet into "no more secrets" with spaces flag,
figlet -c "please" | nms -sa
which "encrypts" all characters and then de scrambles them. That is a nice effect, especially when using the figlet center function which puts spaces in front, which get scrambled as well so you can't see even the outline of the word in the beginning.
However, it would be nice if the spaces would not only be in front of the figlet chars but also tailing until the current column size of the terminal. This way you get a symmetric scrambled output.
Could you please do that? Thank you!
The text was updated successfully, but these errors were encountered:
Dear developers,
I pipe centered figlet into "no more secrets" with spaces flag,
figlet -c "please" | nms -sa
which "encrypts" all characters and then de scrambles them. That is a nice effect, especially when using the figlet center function which puts spaces in front, which get scrambled as well so you can't see even the outline of the word in the beginning.
However, it would be nice if the spaces would not only be in front of the figlet chars but also tailing until the current column size of the terminal. This way you get a symmetric scrambled output.
Could you please do that? Thank you!
The text was updated successfully, but these errors were encountered: