Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 574 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 574 Bytes
wrench Currently a work in progress

Alinxt

Cli tool to align text on terminal. Currently only centers the text to screen.

How to use

alinxt "$(figlet Cool Text)"

Installation

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