UIT Moodle Reminder is a web-application that can notify you the deadlines on Moodle system for UITers. This reminder helps you organize your time better. Let's spend your time for going on a date :).
- Visit this link
- Enter your Moodle account
- Enjoy!
Usage: ff <command> [<args>] --options
Command | Description |
---|---|
ff help |
List all common commands |
ff activate <token> |
Activate the account for the first time Eg: ff activate ThIs#iS$A^VeRy&lOnG*ToKeN |
ff whoami |
Get Moodle account information that is associated to current Messenger account |
ff next |
Show next deadline |
ff list |
List all deadlines |
ff show <index> |
Show complete infomation deadline index (index is dependent on ff list ) Eg: ff show 1 |
ff unsubscribe <index> |
Stop getting notifications of deadline index in the future Eg: ff unsubscribe 1 |
ff destroy |
Destroy account with confirmation |
ff destroy --confirm |
Destroy account without confirmation |
I encourage you to contribute to UIT Moodle Reminder! Please follow the instruction below:
- Fork it (https://github.com/fongfan999/uit_moodle_reminder/fork)
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request