mabotkin / schedule

A CLI for the TJHSST Bell Schedule.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Schedule

Get the current TJHSST bell schedule from the command line.

To install, run:

$ make install

Installation will likely require sudo.

After installation, run the command:

$ sched

To uninstall, run (also likely requires sudo):

$ make uninstall

The current period, if applicable, is highlighted in red.

This program has dependencies on many GNU/Linux utilities such as curl, grep, sed, and tput. These are most likely installed, but if not are required for this program to function.

Originally forked from jcschefer and later migrated into standalone repository for further personal development.

Note: The point of this project was a port to Bash script - I understand that this does not have the functionality that could be possible in a language such as Python, and quite frankly, I don't care.

Uses TJHSST Intranet3 (Ion) Web API.

About

A CLI for the TJHSST Bell Schedule.


Languages

Language:Shell 93.4%Language:Makefile 6.6%