Skip to content

v0.0.8

Choose a tag to compare

@xhluca xhluca released this 07 Jul 03:07
1b76326

Docs and CLI polish.

README, rewritten around getting started

  • New intro (why a CLI messenger, vs Signal/Matrix) and a real Quickstart: initadd <fingerprint> --peer bob --verifysend/receive, with default-relay and passphrase notes. Every command block in the README is tested end-to-end.
  • Troubleshooting <details> for the macOS SSL: CERTIFICATE_VERIFY_FAILED crash (python.org Pythons ship without CA certs) and a new-to-uv primer.
  • 14-command table synced with retalk --help; deep-dive sections moved to docs/ (selecting the user, sharing contacts, message history at rest, relay flags, register/config reference).

CLI

  • Forgot the passphrase? The error is now a colored, copy-paste block showing your actual command with the fix filled in (-p …, export RETALK_PASSPHRASE=…, or --no-passphrase when creating) instead of a list of flag names.
  • --help synced: config appears in the usage line, and the quickstart epilog uses the current add <id> --peer NAME syntax.

Install/upgrade: pip install -U retalk