diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 14 insertions, 4 deletions
| @@ -1,13 +1,23 @@ | |||
| 1 | # aplus | 1 | # aplus |
| 2 | 2 | ||
| 3 | aplus cli | 3 | This is an aplus cli utility created for students at Florida Polytechnic University to submit their aplus codes through the CLI. |
| 4 | In time, we intend to generalize this utility to all universities. | ||
| 5 | In the meantime however, any students from other universities wishing to use the utility may change the base_link and external_tools_code (you see this in the URL when you navigate to Aplus attendance within your course) variables. | ||
| 4 | 6 | ||
| 5 | # Usage | 7 | ## Usage |
| 6 | 8 | ||
| 7 | # Launch interactive prompt | 9 | ### List all courses and canvas course codes |
| 8 | aplus | 10 | aplus |
| 11 | aplus --list-courses | ||
| 12 | aplus -l | ||
| 9 | 13 | ||
| 10 | # Enter code immediately | 14 | ### List favorite courses and canvas course codes |
| 15 | aplus --list-favorites | ||
| 16 | |||
| 17 | ### Enter code immediately for an active code | ||
| 11 | aplus -c <code> | 18 | aplus -c <code> |
| 12 | aplus --code <code> | 19 | aplus --code <code> |
| 13 | 20 | ||
| 21 | ### Enter code for a specified course | ||
| 22 | aplus -c <code> --course <course_code> | ||
| 23 | aplus --code <code> --course <course_code> \ No newline at end of file | ||
