aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Garrelou <simon@sixfoisneuf.fr>2022-12-11 12:18:16 +0100
committerSimon Garrelou <simon@sixfoisneuf.fr>2022-12-11 12:18:16 +0100
commite3646910ee7a41440ed9ab546d00abe137ba65dd (patch)
tree53528d7aa49d749de600217944926264f5c089ff
parente04f7917eaebd78c361e270a8a1254f7a164cb4e (diff)
downloadtermsonic-e3646910ee7a41440ed9ab546d00abe137ba65dd.tar.gz
termsonic-e3646910ee7a41440ed9ab546d00abe137ba65dd.zip
Add screenshot
-rw-r--r--.gitignore4
-rw-r--r--.screenshots/mainscreen.pngbin0 -> 100659 bytes
-rw-r--r--README.md4
3 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index a5122bd..8a0f2d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
1launch.json \ No newline at end of file 1launch.json
2termsonic
3termsonic.exe
diff --git a/.screenshots/mainscreen.png b/.screenshots/mainscreen.png
new file mode 100644
index 0000000..9b2ab89
--- /dev/null
+++ b/.screenshots/mainscreen.png
Binary files differ
diff --git a/README.md b/README.md
index c4891c9..eadedeb 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,8 @@ It currently supports the following:
9- Playlist support 9- Playlist support
10- Play queue management 10- Play queue management
11 11
12![screenshot](.screenshots/mainscreen.png)
13
12## Building 14## Building
13 15
14This application requires [Go](https://go.dev) version 1.19 at minimum. 16This application requires [Go](https://go.dev) version 1.19 at minimum.
@@ -29,4 +31,4 @@ The application reads its configuration from `$XDG_CONFIG_DIR/termsonic.toml`, o
29 31
30On Windows, it reads its configuration from `%APPDATA%\\Termsonic\\termsonic.toml`. 32On Windows, it reads its configuration from `%APPDATA%\\Termsonic\\termsonic.toml`.
31 33
32You can edit the configuration from inside the app, or by hand using a text editor. See [the example configuration file](config.toml.example), and [the TOML reference](https://toml.io/en/). It is possible to specify another configuration file with the `-config` command-line argument. \ No newline at end of file 34You can edit the configuration from inside the app, or by hand using a text editor. See [the example configuration file](config.toml.example), and [the TOML reference](https://toml.io/en/). It is possible to specify another configuration file with the `-config` command-line argument.