Fri Jun 23 16:28:43 CEST 2023

This commit is contained in:
mnjx
2023-06-23 20:18:17 +02:00
parent a820c87277
commit 8168ff3cd4
7 changed files with 324 additions and 120 deletions
+3 -3
View File
@@ -39,8 +39,8 @@ SSH: `git clone git@github.com:mnjx/solen.git`
# Usage
Upon startup, the user os prompted to enter their ŠkolaOnLine credentials.
If the login proccess is successfull, the preconfigured functions in `/bin/solen`
Upon startup, the user is prompted to enter their ŠkolaOnLine credentials.
If the login proccess is successful, the preconfigured functions in `/bin/solen`
will execute. By default, the functions are: showing the schedule for this week,
showing the schedule for today and tomorrow and showing the grades. You can edit
that file if you want to change what is being displayed. Alternatively, you can
@@ -57,4 +57,4 @@ Here they are:
| -p, --password | provide the password for login |
| -l, --local | only show the local data without attempting to connect to the internet |
| -d, --delete-local-files | deletes all locally stored user data, including schedules, grades and login credentials |
| -b, --backup PASSPHRASE DESTINATION | securly backs up all local user data into a .tar.gz archive |
| -b, --backup PASSPHRASE DESTINATION | backs up all local user data into a .tar.gz archive |