/uoyweek

Small command-line executable to print University of York-style date string

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

UoYWeek

UoYWeek gives the current date string formatted as used by the University of York. For example, spr/3/wed would refer to Wednesday on the 3rd week of Spring term.

Installing

Linux/Mac

# Clone the repository
git clone https://github.com/LukeMoll/uoyweek.git
cd uoyweek
# Compile
make

You now have an executable file, uoyweek. To run it while you're in uoyweek/, just type ./uoyweek. You'll probably want it in a more useful place though.

sudo make install

This will install the executable to /usr/local/bin. You should now be able to run uoyweek from any directory.

Contributing

If you see something that needs fixing, check the Issues to see if anyone's working on it. If not, make an issue or submit a PR! Also check out milestones to see what features are planned.