To install boxes, simply run below command in any debian like linux distro:
$ sudo apt update && sudo apt install boxes -y
To use it, simply echo any text and pipe it to boxes
$ echo "this is linuxwave" | boxes
Boxes comes with 59 designs by default. We can list all the styles by typing:
$ boxes -l
To use the designs, simply append -d flag, and provide the name of the design. For example, to use unicornsay style:
$ echo "this is linuxwave" | boxes -d unicornsay
And you will get something like this
$ man boxes
No comments:
Post a Comment