Hey CLI is your AI-powered command line assistant. Just ask what you want to do, and it will give you the right command.
To install Hey CLI, run:
curl -fsSL https://hey-cli.zak-man.com/install.sh | sh
Install using PowerShell:
irm https://hey-cli.fly.dev/install.ps1 | iex
Simply type hey followed by your question:
hey how do I check disk space
And you will get the command auto-populated in your terminal.
df -h