boxes

Draw decorative ASCII boxes around text in the terminal

brewmacoslinux
Try with needOr install directly
Source

About

Draw boxes around text

Commands

boxes

Examples

put a box around some text$ echo 'Hello World' | boxes
draw a box with a specific style$ echo 'Important' | boxes -d stone
remove boxes from text$ boxes -r input.txt
add a box to multiple lines from a file$ cat notes.txt | boxes -d round
see all available box designs$ boxes -l