Figlet (CMD)

Submit command line tools that you find here.
Message
Author
User avatar
avi-aryan
Posts: 119
Joined: Tue Sep 03, 2013 8:31 am

Figlet (CMD)

#1 Post by avi-aryan »

FIGlet is a program for making large letters (like ASCII art) out of ordinary text
The program can be customized with fonts.

URL = http://www.figlet.org/

Learn more about Figlet - http://ahkscript.org/boards/viewtopic.php?f=22&t=1218

Thanks

User avatar
I am Baas
Posts: 4150
Joined: Thu Aug 07, 2008 4:51 am

Re: Figlet (CMD)

#2 Post by I am Baas »

And why was it posted here? :evil:

User avatar
avi-aryan
Posts: 119
Joined: Tue Sep 03, 2013 8:31 am

Re: Figlet (CMD)

#3 Post by avi-aryan »

For submission
but I read somewhere that TPFC doesn't take cmd apps.
If it would have, there would have been 10 thousands of apps here ( :P )

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: Figlet (CMD)

#4 Post by guinness »

You read it in the FAQ because I told you about it.

User avatar
webfork
Posts: 10818
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: Figlet (CMD)

#5 Post by webfork »

avi-aryan wrote:For submission
but I read somewhere that TPFC doesn't take cmd apps.
If it would have, there would have been 10 thousands of apps here ( :P )
Command-line apps are still welcome, just not in this thread as they can't be added to the database. If you'd like to point people to them, feel free, just ideally in one post / thread under Resources and Links.

User avatar
joby_toss
Posts: 2970
Joined: Sat Feb 09, 2008 9:57 am
Location: Romania
Contact:

Re: Figlet (CMD)

#6 Post by joby_toss »

Can't have them in the database, fine. But how about a sub-forum section dedicated entirely to them? Centralizing this information might be a better solution than Resources&Links sub-forum.

User avatar
webfork
Posts: 10818
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: Figlet (CMD)

#7 Post by webfork »

joby_toss wrote:Can't have them in the database, fine. But how about a sub-forum section dedicated entirely to them? Centralizing this information might be a better solution than Resources&Links sub-forum.
That's more of a question for Andrew than me, but I'd say command-line tools haven't come up that much here on forums. Those are pretty much the realm of admins and automation folks, so not exactly portable users as I picture them.

Still, as someone who does some occasional automation/admin-level stuff, it certainly wouldn't bother me.

User avatar
avi-aryan
Posts: 119
Joined: Tue Sep 03, 2013 8:31 am

Re: Figlet (CMD)

#8 Post by avi-aryan »

guinness wrote:You read it in the FAQ because I told you about it.
Sorry I don't remember.
joby_toss wrote:Can't have them in the database, fine. But how about a sub-forum section dedicated entirely to them? Centralizing this information might be a better solution than Resources&Links sub-forum.
+1
People look for cmd tools as they are light and can be used in other programs/scripts without much trouble.

User avatar
Midas
Posts: 6705
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: Figlet (CMD)

#9 Post by Midas »

I, for one, am fond of tools that do just one thing, but do it extremely well (as *nix wisdom puts it). And CLI tools usually fit the bill... :mrgreen:

donald
Posts: 561
Joined: Wed Dec 19, 2007 4:14 am
Location: knoxville TN USA

Figlet GUI Version (Not CMD)

#10 Post by donald »

http://www.figlet.org/ wrote:FIGWin, a re-implementation of FIGlet with a GUI
Download FIGWin at ftp://ftp.figlet.org/pub/figlet/program/windows/

Not tested but it started as command line so it might be worthy to test.

File to download is fgwnbeta.zip
Also need vbrun300.dll a dependency (inside application folder works.)
_______
|__ __|
| |
| |
| |
__|_|
| __ \
| |__) |
| ___/
| |
|_|____
| ____|
| |__
| __|
| |
|_|____
/ ____|
| |
| |
| |____
\_____|

User avatar
avi-aryan
Posts: 119
Joined: Tue Sep 03, 2013 8:31 am

Re: Figlet (CMD)

#11 Post by avi-aryan »

Since figwin was not really figlet ( for eg, it didn't support many fonts ) , I made a GUI wrapper for figlet.exe :-)
http://aviaryan.github.io/ahk/tools/figletgui.html

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

Re: Figlet (CMD)

#12 Post by juverax »

I could not locate where to download figlet.exe in the first place, .... but anyway, it looks like that figlet.exe is a 16-bit application according to : " https://qastack.in.th/superuser/1361312 ... windows-10 " (chrome will translate the page into English).
Since the source code is available, someone may enjoy recompiling the source code for 64-bit platforms ...
On another hand ... there are many free apps that can convert images into ASCII art ... some are better than others ... and the quality of the output also depends on the original image ...

User avatar
lintalist
Posts: 434
Joined: Sat Apr 19, 2014 12:52 am
Contact:

Re: Figlet (CMD)

#13 Post by lintalist »

Haven't tried it but this seems to be a 32bit windows version https://sourceforge.net/projects/figlet-for-windows/

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

Re: Figlet (CMD)

#14 Post by juverax »

Thank you lintalist.
I got figlet from your Sourceforge link. It works fine from the command line.

But I am still trying to figure out:

1) How to display a string on several lines
|__ __|
| |
| |
| |
__|_|
| __ \
| |__) |
| ___/
| |
|_|____

2) How to get figlet work from the wrapper figwin mentioned earlier in the thread.

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

Re: Figlet (CMD)

#15 Post by juverax »

I found another Figlet: https://sourceforge.net/projects/figletgenerator/ :
- GUI application for Windows (runs fine in Win10)
- Written in Python / Qt
- Writes several keys to the registry

Depending on the font, this implementation of Figlet can only display 6 or 7 characters on one line, the rest is displayed on the lines below.

Post Reply