Implement specifying working_directory in config file
This commit is contained in:
@ -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"
|
||||
```
|
||||
|
Reference in New Issue
Block a user