Stop copy-pasting terminal errors.
WTF-CLI is a lightweight, Rust-based CLI wrapper that intercepts failing commands and provides instant, actionable AI-generated fixes right in your terminal.
Just prepend wtf to any command (e.g., wtf npm run build). If it succeeds, it passes the output normally. If it fails, WTF-CLI catches the error and asks an AI for the solution.
Check it out on GitHub: https://github.com/JitseLambrich...