Currently a work in progress
Cli tool to align text on terminal. Currently only centers the text to screen.
Cli tool to align text on terminal. Currently only centers the text to screen.
alinxt "$(figlet Cool Text)"
From GitHub:
git clone https://github.com/Velox0/Alinxt alinxt
cd alinxt
chmod +x ./install.sh
./install.sh
or for quick installation:
curl -L https://raw.githubusercontent.com/Velox0/Alinxt/main/curl/install.sh | bash