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.
# 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.
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.