Options (4)
-r, --removebooleanRemove a box from a string
Example:
echo "{{string}}" | boxes {{[-r|--remove]}}-d, --designbooleanSpecify the box design
Example:
echo "{{string}}" | boxes {{[-d|--design]}} {{parchment}}-s, --sizebooleanSpecify the box size (in columns by lines)
Example:
echo "{{string}}" | boxes {{[-s|--size]}} {{10}}x{{5}}-a, --alignbooleanAlign the box text [h]orizonally (at [l]eft, [c]enter, or [r]ight)
Example:
echo "{{string}}" | boxes {{[-a|--align]}} h{{l|c|r}}Examples (7)
Align the box text [h]orizonally (at [l]eft, [c]enter, or [r]ight)
Align the box text [v]ertically (at [t]op, [c]enter, or [b]ottom)
made by @shridhargupta | data from tldr-pages