The CLI version of the AlteMatrix program.
The program is still in the preview stage but for now, you can try compiling the application yourself by running the following commands:
git clone https://github.com/AyomideA-S/AlteMatrix.git
cd AlteMatrix
gcc altematrix.c -o altematrix
or
clang altematrix.c -o altematrix
altematrix --help
altematrix command [options]
Issues, suggestions and contributions are also welcomed.