Takes input from arguments or stdin and centres it within a frame in the terminal.
Example output, piped to lolcat (spectrum colours)
- Dependencies:
make,gcc - Only tested on Linux x86_64, there might be portability issues.
- The makefile uses gcc, if you have a different preference you already know what you're doing!
$ git clone https://github.com/Chris-1101/boxecho.git
$ cd boxecho
$ make
$ make install
Straightforward, just call the name of the executable boxecho from the terminal followed by your desired input. Some of the possible forms of input, depending on the shell in use, might be:
$ boxecho [args]
$ boxecho < FILE
$ boxecho < <(command)
$ boxecho <<< $(command)
$ command | boxecho
- Configure Script
- PKGBUILD / AUR Package