Commit graph

7 commits

Author SHA1 Message Date
d0ac3cd517 feat: Add current semester to semesters if not specified
Fixes: #1
2022-10-17 13:38:09 +02:00
759787023f Add method to create Course from current course 2022-04-18 16:30:03 +02:00
71cfee95bc Add Config System instead of hardcoding values
Config is read from `$XDG_CONFIG_DIRECTORY/ibis/config.toml`
falling back to `~/.config/ibis/config.toml` if `$XDG_CONFIG_DIRECTORY`
is not set.
2022-04-15 21:01:18 +02:00
246d5e6688 Fix clippy lints 2022-04-15 16:39:15 +02:00
1a425fb019 Print help-text when no command given 2022-04-15 16:24:51 +02:00
d04aecc6ad Add lots of functionality
This is in a usable state now and I have been using it for the last
months.
2022-04-15 16:21:32 +02:00
3e48c36870 Initial commit 2020-10-26 18:35:16 +01:00