From fa83a3485af2181de73033ff2dea371872822452 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 25 Jan 2024 22:51:26 +0200 Subject: add screenshot --- README.md | 5 +++++ screenshot.png | Bin 0 -> 13498 bytes 2 files changed, 5 insertions(+) create mode 100644 screenshot.png diff --git a/README.md b/README.md index 6cfca6c..61985a5 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,8 @@ This is a tiny GUI app written in Go using the Fyne framework to quickly log a message to a file. The purpose of this is to have a small Android app to quickly log Ideas into a folder as plain text files. From there, Syncthing will sync it to my computer at home. + +This is a screenshot of the App running on Fedora Linux. But it also works seamlessly on my Android phone. + +![Screenshot](./screenshot.png) + diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..c5cc8c0 Binary files /dev/null and b/screenshot.png differ -- cgit v1.2.3