-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Materials #21
Materials #21
Conversation
These commits could and should probably be condensed/flattened into more meaningful ones, as there are backup or output files were occasionally committed ( 15dbc57 ), which would unnecessarily bloat the master branch's history and size. I don't really have experience w/ condensing or flattening commits though, so any guidance or suggestions will be appreciated. |
If you would like to combine some of the commits, in this branch run Alternatively, you can squash all the commits into one, by running (I think) This can apparently also be done using If you make a mistake and lose a commit just run |
Thanks, that worked well. Anything else you think that should be done before merging? |
2 minor things I'm seeing now: For consistency in the code with other commands, it might nice to rename Also, I get a sed error around line 1272 - Neither of these are critical, so I'd say it's good to merge anytime. |
Both valid points, changed to Anything else? Otherwise, I'll merge and close tonight. On not having a Course Materials tab, this would probably be fixed by expanding I've opened an issue that may later explore this. #22 |
I'd say it's ready to merge. |
👏 |
👍 thanks for all the guidance! |
Adds the functionality described in issue 9, namely the ability to download files from blackboard directly from the command line.
Also updates the readme to reflect this added capacity.