boxes

Draw, remove, and repair ASCII art boxes. More information: <https://boxes.thomasjensen.com>.

Install

All systems
curl cmd.cat/boxes.sh
Debian Debian
apt-get install boxes
Ubuntu
apt-get install boxes
image/svg+xml Kali Linux
apt-get install boxes
Fedora
dnf install boxes
Windows (WSL2)
sudo apt-get update sudo apt-get install boxes
OS X
brew install boxes
Raspbian
apt-get install boxes

Draw, remove, and repair ASCII art boxes. More information: <https://boxes.thomasjensen.com>.

  • Draw a box around a string:
    echo "string" | boxes
  • Remove a box from a string:
    echo "string" | boxes -r
  • Draw a box with a specific design around a string:
    echo "string" | boxes -d parchment
  • Draw a box with a width of 10 and a height of 5:
    echo "string" | boxes -s 10x5
  • Draw a box with centered text:
    echo "string" | boxes -a c

© tl;dr; authors and contributors