diff options
| author | Paul Buetow <paul@buetow.org> | 2024-10-31 22:31:59 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-10-31 22:31:59 +0200 |
| commit | 84e72c59d507cbd7347465c38044e9199ee7903a (patch) | |
| tree | fea4eec63e55b155e6bd8d817802fde5f98b4535 /README.md | |
| parent | 177979b5df6336e477d5aa3cdc64b3021288bb92 (diff) | |
document them
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -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. |
