Hey CLI

Hey CLI is your AI-powered command line assistant. Just ask what you want to do, and it will give you the right command.

Installation

Unix-like Systems (Linux, macOS)

To install Hey CLI, run:

curl -fsSL https://hey-cli.zak-man.com/install.sh | sh

Windows

Install using PowerShell:

irm https://hey-cli.fly.dev/install.ps1 | iex

Usage

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