Skip to content

.NET global tool to generate figlet ascii text starting from user input

License

Notifications You must be signed in to change notification settings

tanathos/dotnet-figlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotnet-figlet

.NET global tool to convert in a figlet representation the given text.

Install

dotnet tool install -g dotnet-figlet

Usage

figlet Lorem Ipsum Dolor

will produce

For special characters like '&' or escape sequences for options (eg. '-f', '-p', etc...) you'll need to wrap your input in double quotes, like:

figlet "Foo & Bar"

Options

  • -f, --font [font name]: Uses a specific figlet font to render the text. There are 148 figlet fonts embedded in the application, for a complete list check here
  • -p, --preview: Shows a preview for all the embedded fonts
  • -o, --output [filename]: Instead of writing on the console, the output will be redirected to the given file

Thanks to

I've just packed together the awesome work of @tomakita (Colorful.Console) and the guys at figlet.org.

About

.NET global tool to generate figlet ascii text starting from user input

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages