Implement specifying working_directory in config file

This commit is contained in:
2024-11-25 20:34:31 +01:00
parent 9a212a85ea
commit 26133a692f
5 changed files with 140 additions and 45 deletions

View File

@ -1,2 +1,9 @@
# Sheet Organizer
A simple tool for organizing and opening digital sheet music on a touch display as part of a digital music stand.
## Configuration
You can configure sheet-organizer using an file `config.toml` inside one of your `$XDG_CONFIG_DIRECTORIES` (e.g. `~/.config/sheet-organizer/config.toml`).
```toml
working_directory = "~/my-sheets"
```