10 lines
352 B
Markdown
10 lines
352 B
Markdown
# 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"
|
|
```
|