#LazyCUHK Automatic login to CUHK services including ResNet, WiFi, library, MyCUHK, ERGWAVE, Blackboard, etc. (unofficial)
##Anouncement You can get the source code of LazyCUHK via its GitHub Repo page or Chrome Web App Store.
##Installation
- Download the source code from its GitHub Releases page [^1]
- Unzip the the source code
- Go to chrome://extensions (type it in the address bar)
- Check
Developer mode
- Click
Load unpacked extension…
- Select the unzipped folder
[^1] OR, clone it by
git clone https://github.com/TangRufus/LazyCUHK.git
##Troubleshoot
How to open the option page?
Go to "chrome://extensions" (type it in the address bar)
Click "option" under LazyCUHK
##Bug Report or Suggestion
- Send an E-mail to room0214@gmail.com
- Make a new GitHub Issue
##Contribution So you hate the cumbrous login processes. Great! Several kinds of contributions are welcomed.
- Tweet LazyCUHK
- Like LazyCUHK via the button on options page
- Money donation via option page PayPal button
- Star the LazyCUHK Github Repo
- Implement a new feature, see Workflow
##Workflow Here’s the most direct way to get your work merged into the project:
Keep this in mind: Branch off from the master
branch to start your awesome work. Fetch and rebase the upstream/master
branch before pull request.
-
Fork the project
-
Clone your fork
git clone https://github.com/<yourName>/LazyCUHK.git
-
Configure remote
git remote add upstream https://github.com/TangRufus/LazyCUHK.git
-
Create a descriptively named branch, branch off from the master branch, to contain your change
git checkout -b my_awesome_feature
-
Hack away
-
Stay updated
git fetch upstream git merge upstream/master git push origin master
-
Rebase
git checkout my_awesome_feature
If necessary, rebase your commits into logical chunks, without bugs
-
Push the branch up to your own copy of fork
git push origin my_awesome_feature
-
Create an Pull Request with a description and link to your
my_awesome_feature
branch -
You have done so much. Leave the hard work to me. Enjoy being lazy.
##Finally... Thanks!