Abandoned repo. Moved to https://github.com/0rphee/schedule-maker
This repository has been archived on 2024年10月07日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
- Haskell 100%
schedule-maker
A command-line utility to create your school schedules.
Creates an .xlsx file with your school schedules from a .yaml file with your classes.
Schedule-maker - a command-line utility to create your school schedules.
Usage: schedule-maker-exe FILENAME [-p|--pretty-print] [-o|--output FILENAME]
Create an .xlsx file with your school schedules from a .yaml file with your
classes.
Available options:
FILENAME YAML input file
-p,--pretty-print Print to stdout the validated schedules
-o,--output FILENAME Write output to FILE (.xlsx)
(default: "schedules.xlsx")
-h,--help Show this help text
still a work in progress, source code here:
https://codeberg.org/0rphee/schedule-maker.