Skip to content
/ fprint Public

figlet print, simple shell tool to print text to figlet fonts. comes as a single static binary, nothing else required

Notifications You must be signed in to change notification settings

triole/fprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fprint goreleaser

Synopsis

Figlet print: a simple shell tool to print text strings with figlet fonts. Basically a wrapper of my fork of go-figure.

Usage

fprint hello
# or
echo hello | fprint

Run fprint -h to find out what it can do.

Config files

Settings can be passed by command line arguments or by config. Configs are in toml format and used with the -k parameter. This is how they look.

text = "main text"
font = "univers"
colour = "yellow"
pretext = "text before"
posttext = "text after"

Build

Either build by hand or use task.

# this
go build

# or that
task

# remember what you can do if you have 'task'
task -l

About

figlet print, simple shell tool to print text to figlet fonts. comes as a single static binary, nothing else required

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages