]>
git.r.bdr.sh - rbdr/dotfiles/blob - zsh/functions/figlet-sample.zsh
1 # Print a string with all the figlet fonts
5 ls -FG `figlet -I 2` | grep --color=auto
'flf' | xargs -I '{}' basename '{}' '.flf' | xargs -I '{}' figlet
-f '{}' $1
7 echo 'Usage: figlet-sample <string>'