1
0
Fork 0
hudctrl/svc
Dustin dbf266de5b svc: Load URL list from file
Instead of hard-coding the list of URLs to open, we'll read it from a
JSON file on the disk.  The file contains a mapping of monitor names to
URLs, e.g.

```json
{
    "HDMI-1": "http://my.site.one",
    "HDMI-2": "http://my.site.two"
}
```
2022-04-30 13:57:21 -05:00
..
.vscode Initial commit 2022-04-30 13:32:42 -05:00
src/hudctrl svc: Load URL list from file 2022-04-30 13:57:21 -05:00
.flake8 Initial commit 2022-04-30 13:32:42 -05:00
.gitattributes Initial commit 2022-04-30 13:32:42 -05:00
.gitignore Initial commit 2022-04-30 13:32:42 -05:00
.pylintrc Initial commit 2022-04-30 13:32:42 -05:00
poetry.lock Initial commit 2022-04-30 13:32:42 -05:00
pyproject.toml Initial commit 2022-04-30 13:32:42 -05:00