mirror of
https://github.com/FliegendeWurst/KIT-ILIAS-downloader.git
synced 2024-08-28 04:04:18 +00:00
Document new course renaming feature
This commit is contained in:
parent
15b1a1c7e3
commit
2d596f8e08
@ -90,6 +90,13 @@ username
|
|||||||
password
|
password
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Renaming course names (0.2.24+)
|
||||||
|
If you'd like to avoid unwieldy course names (e.g. "24030 – Programmierparadigmen"), you can create a `course_names.toml` file in the output directory. It should contain the desired mapping of course names to folder names, e.g.:
|
||||||
|
```
|
||||||
|
"24030 – Programmierparadigmen" = "Propa"
|
||||||
|
"Numerische Mathematik für die Fachrichtungen Informatik und Ingenieurwesen" = "Numerik"
|
||||||
|
```
|
||||||
|
|
||||||
## Similar programs
|
## Similar programs
|
||||||
|
|
||||||
- https://github.com/brantsch/kit-ilias-fuse/
|
- https://github.com/brantsch/kit-ilias-fuse/
|
||||||
|
Loading…
Reference in New Issue
Block a user