Page 2 of 2

Re: Figlet (CMD)

Posted: Tue Jan 18, 2022 1:37 pm
by lintalist
juverax wrote: Sun Jan 16, 2022 3:33 pm 1) How to display a string on several lines
Probably not the best but just append to a text file, note the two >> for the second (and more) lines to append, a single > creates/overwrites a file

Code: Select all

figlet lintalist > output.txt
figlet rulez >> output
juverax wrote: Sun Jan 16, 2022 3:33 pm 2) How to get figlet work from the wrapper figwin mentioned earlier in the thread.
As the cmd line options seem the same simply place the script https://github.com/aviaryan/autohotkey- ... letGUI.ahk in the same folder as figlet.exe and run the script (using AutoHotkey)

Re: Figlet (CMD)

Posted: Tue Jan 18, 2022 2:46 pm
by juverax

Code: Select all

figlet lintalist > output.txt
figlet rulez >> output
Thank you lintalist ... I should have figured it out ;{{

Re: Figlet (CMD)

Posted: Wed Feb 09, 2022 8:22 pm
by juverax
... remotely related ... but if you are looking for fancy text creators, you can try : https://www.fancytextconverter.com/

Since it is JavaScript running in a web page it is portable ... ;>}
You can download the page, and use it offline (I tried, it works).
You can as well copy the generated text in a word processor. It works too!

Happy text converting.