From 84e72c59d507cbd7347465c38044e9199ee7903a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 31 Oct 2024 22:31:59 +0200 Subject: document them --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 40a8508..be4f87d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Gos is a Go-based replacement for Buffer.com, providing the ability to schedule * Go (version 1.23 or later) * Supported browsers like Firefox, Chrome, etc for oauth2. -### Build and Instal +### Build and Install Clone the repository: @@ -148,6 +148,22 @@ Normally, Gos randomly picks any queued message without any specific order or pr * To explicitly share on both: `~/.gosdir/foopost.prio.share:linkedin:mastodon.txt` * To explicitly share on only linkedin: `~/.gosdir/foopost.prio.share:linkedin:-mastodon.txt` +### More tags + +* A `.ask.` in the filename will prompt you to choose whether to queue, edit, or delete a file before queuing it. +* A `.now.` in the filename will schedule a post immediately, regardless of the target status. + +So you could also have filenames like those: + +* `~/.gosdir/foopost.ask.txt` +* `~/.gosdir/foopost.now.txt` +* `~/.gosdir/foopost.ask.share:mastodon.txt` +* `~/.gosdir/foopost.ask.prio.share:mastodon.txt` +* `~/.gosdir/foopost.ask.now.share:-mastodon.txt` +* `~/.gosdir/foopost.now.share:-linkedin.txt` + +etc... + ### Summary of Filename Structure * The text file must be placed in the gosDir. -- cgit v1.2.3