This command will take input from pipe (stdout) and will center that data in terminal
flags:
-h, --help: show this help
-a, --all: will center every line individually (Horizontal center)
usage:
command | center-align
command | center-align -a
sudo make install
yay -S center-align
sudo make uninstall
yay -Rns center-align
Fun Command to give a try:
watch -n1 -t "date +%A%n%x%n%X | figlet | center-align -a"