vitableVITable - a simple tool to view your timetable
VITable-CLI
A CLI that shows classes right in Terminal for you. Written in Nim.
Caution!
- This does NOT work for 2021-2025 batch students!
- They have a different course structure. If you're a '25 batch student, please contact one of the maintainers and get your courses added.
Screenshot
Features
- Shows all classes
- Shows ongoing classes
- Shows classes today
Instructions to install
You will need to install Nim on your host PC in order to run VITable.
Linux
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!
Contributors
License
Made with
评论