Figlet (CMD)

Submit command line tools that you find here.
Message
Author
User avatar
lintalist
Posts: 434
Joined: Sat Apr 19, 2014 12:52 am
Contact:

Re: Figlet (CMD)

#16 Post 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)

User avatar
juverax
Posts: 355
Joined: Mon Jun 11, 2018 5:19 am

Re: Figlet (CMD)

#17 Post by juverax »

Code: Select all

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

User avatar
juverax
Posts: 355
Joined: Mon Jun 11, 2018 5:19 am

Re: Figlet (CMD)

#18 Post 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.

Post Reply