mabotkin / sched

This fork is deprecated and no longer updated - see my updated repository:

Home Page:https://github.com/mabotkin/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.

Uses TJHSST Intranet3 (Ion) Web API.

About

This fork is deprecated and no longer updated - see my updated repository:

https://github.com/mabotkin/schedule


Languages

Language:Shell 92.0%Language:Makefile 8.0%