2
1
Fork
You've already forked webmention.sh
0
Little posix shell script to send webmentions
  • Shell 100%
2026年02月25日 16:27:40 +01:00
LICENSE Changed Copyright owner in LICENSE 2025年02月11日 00:45:27 +01:00
README.md Edited README.md to take POSIX shell compatibility into account 2025年02月12日 04:08:53 +01:00
webmention.sh FIXED some newlines 2026年02月25日 16:27:40 +01:00

webmention.sh

Little shell script to send webmentions

With this little script you can send webmentions manually on the command line:

./webmention.sh <your-url> <target-url>

It waits 10 seconds for the webmention to process.

Dependencies

  1. curl - for network requests
  2. grep - to grep out line
  3. sed - to extract Webmention endpoint
  4. jq - to parse JSON reply and extract location of result link

It's written in POSIX compliant shell scripting, so it should run on different shells.

Result

webmention.sh now outputs some status messages of the sent webmention.

Problems or bugs

If you find any bugs or problems please open an issue or write me an email if you prefer.