From 399f9c8a23ea00e8aa6c13df77888b0037faaaea Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 11 Feb 2025 05:36:16 +0200 Subject: add screenshot --- README.md | 4 +++- docs/gos-screenshot.webp | Bin 0 -> 66388 bytes docs/gos-small.webp | Bin 0 -> 9854 bytes docs/gos.webp | Bin 0 -> 26340 bytes gos-small.webp | Bin 9854 -> 0 bytes gos.webp | Bin 26340 -> 0 bytes 6 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 docs/gos-screenshot.webp create mode 100644 docs/gos-small.webp create mode 100644 docs/gos.webp delete mode 100644 gos-small.webp delete mode 100644 gos.webp diff --git a/README.md b/README.md index 8136987..28e703b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Gos (Go Social Media) -![Gos](gos-small.webp "Gos") +![Gos](docs/gos-small.webp "Gos") Gos is a Go-based replacement for Buffer.com, providing the ability to schedule and manage social media posts from the command line. @@ -122,6 +122,8 @@ Sharing to all platforms is as simple as the following (assuming it is configure :-) +![Gos](docs/gos-screenshot.webp "Gos Screenshot") + However, you will notice that there are no messages queued to be posted yet. Relax and read the next section of this README... ## Composing Messages to Be Posted diff --git a/docs/gos-screenshot.webp b/docs/gos-screenshot.webp new file mode 100644 index 0000000..81cb5c4 Binary files /dev/null and b/docs/gos-screenshot.webp differ diff --git a/docs/gos-small.webp b/docs/gos-small.webp new file mode 100644 index 0000000..a4cc651 Binary files /dev/null and b/docs/gos-small.webp differ diff --git a/docs/gos.webp b/docs/gos.webp new file mode 100644 index 0000000..c372ae0 Binary files /dev/null and b/docs/gos.webp differ diff --git a/gos-small.webp b/gos-small.webp deleted file mode 100644 index a4cc651..0000000 Binary files a/gos-small.webp and /dev/null differ diff --git a/gos.webp b/gos.webp deleted file mode 100644 index c372ae0..0000000 Binary files a/gos.webp and /dev/null differ -- cgit v1.2.3