From e3646910ee7a41440ed9ab546d00abe137ba65dd Mon Sep 17 00:00:00 2001 From: Simon Garrelou Date: Sun, 11 Dec 2022 12:18:16 +0100 Subject: Add screenshot --- .gitignore | 4 +++- .screenshots/mainscreen.png | Bin 0 -> 100659 bytes README.md | 4 +++- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .screenshots/mainscreen.png diff --git a/.gitignore b/.gitignore index a5122bd..8a0f2d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -launch.json \ No newline at end of file +launch.json +termsonic +termsonic.exe diff --git a/.screenshots/mainscreen.png b/.screenshots/mainscreen.png new file mode 100644 index 0000000..9b2ab89 Binary files /dev/null and b/.screenshots/mainscreen.png 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: - Playlist support - Play queue management +![screenshot](.screenshots/mainscreen.png) + ## Building This 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 On Windows, it reads its configuration from `%APPDATA%\\Termsonic\\termsonic.toml`. -You 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 +You 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. -- cgit v1.2.3