diff options
| author | Paul Buetow <paul@buetow.org> | 2025-01-19 09:11:29 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-01-19 09:11:29 +0200 |
| commit | 54e617e09027c8339a0f9096d61739ad353a5cf4 (patch) | |
| tree | 1bdfd260bc91d1b1f65acd14933f5aec3e9d2fb8 /README.md | |
| parent | f15224d720b8a3e29527ab913801503160fdaf8e (diff) | |
rename gemtexter enable back as it is gemtexter related
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -222,10 +222,16 @@ The key factors in message selection are: For my blog, I want to post a summary of all the social messages posted over the last couple of months. For an example, have a look here: https://foo.zone/gemfeed/2025-01-01-posts-from-october-to-december-2024.html. To accomplish this, run: ```sh -gos --summaryFor 202410,202411,202412 +gos --geminiSummaryFor 202410,202411,202412 ``` -This outputs the summary for the three months specified, as shown in the example. The summary contains posts from all social media networks but removes duplicates. +This outputs the summary for the three months specified, as shown in the example. The summary has posts from all social media networks but removes duplicates. + +Also add the `--gemtexterEnable` flag, if you are using [Gemtexter](https://codeberg.org/snonux/gemtexter): + +```sh +gos --gemtexterEnable --geminiSummaryFor 202410,202411,202412 +``` ## More options |
