TODO

January 26, 2026 ยท View on GitHub

  • Action output - type and similar commands should print something like the selector text after the action completes.
  • Telemetry installs/updates - Add anonymous telemetry for installs and updates to understand adoption and upgrade paths.
  • Community - Set up a Discord server or similar for users to get help and share feedback.

Not doing

  • Command chaining / scripting - For simple tasks, single commands or shell && work fine. For complex automation, use Playwright/Puppeteer. Chaining would put this CLI in an awkward middle ground. The value prop is ad-hoc terminal interaction, not scripting.