From bb16fa48edd53eb286abd2e72d9b201f7d527430 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 21 Jan 2024 01:19:38 +0200 Subject: add logo --- README.md | 4 +++- logo.png | Bin 0 -> 278782 bytes 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 logo.png diff --git a/README.md b/README.md index 9480cd0..bb3972e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # quicklogger +![Quicklogger](./logo.png) + 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. \ No newline at end of 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. diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..4c5cfed Binary files /dev/null and b/logo.png differ -- cgit v1.2.3