13 lines
457 B
Markdown
13 lines
457 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.
|
|
|
|
## Dependencies
|
|
This tool offers editing pdf using [Xournal++](https://github.com/xournalpp/xournalpp).
|
|
|
|
## 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"
|
|
```
|