A CLI that shows classes right in Terminal for you. Written in Nim.
You will need to install Nim on your host PC in order to run VITable.
Debian based operating systems -
sudo apt install nim -y
And on Arch Linux -
sudo pacman -S nim
After installing Nim, run the following.
$ git clone "https://github.com/CartelProject/VITable-CLI"
$ touch timetable.txt
$ cd VITable-CLI
$ make build
Now, to make it visible throughout system
$ sudo cp src/vitable /usr/bin
$ vitable -h
NOTE: On Arch Linux, vitable can be installed using the AUR!
Congratulations, VITable should be up and running now!
Made with