# gemrefinder Usage: gemrefinder -p gemini://your.own.domain/page-with-your-posts `gemrefinder` checks Gemini space for replies to your posts. The current version checks - Antenna - nytpu's comitium subscriptions - gmisub aggregate - CAPCOM - Nightfall City's Main Street, Dusk's End, and Writer's Lane It only checks titles of posts, and see if they start with "RE: something you've started a post title with". Your own posts are included, but you can pipe the output of gemrefinder through `grep -v` to get rid of those. ## Using with Urlwatch [Urlwatch](https://thp.io/2008/urlwatch/) is a great match for gemrefinder. Here is an example config entry that you can add with `urlwatch --edit`. --- name: "replies on Gemini" command: "gemrefinder -m 60 -p gemini://your.own.domain/page-with-your-posts|grep -v gemini://your.own.domain/" --- Then run `urlwatch` by hand to see if it works, and then add it to your cron jobs. ## Installation You can install gemrefinder with chicken-install gemrefinder You also need to have [gmni] in your path. [gmni]: https://sr.ht/~sircmpwn/gmni/ For source code (AGPL), git clone https://idiomdrottning.org/gemrefinder