NAME

acme_claude_shell - AI-powered interactive shell

SYNOPSIS

acme_claude_shell [options]
acme_claude_shell -c "find all large log files"

OPTIONS

-n, --dry-run

Preview mode - show commands without executing them.

-u, --unsafe

Disable safety confirmations for dangerous commands.

--no-color

Disable colored output.

-d, --directory DIR

Set working directory (default: current directory).

-c, --command CMD

Run a single command and exit instead of starting interactive mode. Use '-' to read the command from stdin for piping.

-m, --model MODEL

Specify the Claude model to use (e.g., claude-opus-4-5, claude-sonnet-4-5).

-h, --help

Show help message.

-v, --version

Show version.

DESCRIPTION

An AI-enhanced interactive shell where you describe what you want in natural language, and Claude figures out the shell commands, explains them, and executes them with your approval.

AUTHOR

LNATION, <email at lnation.org>

LICENSE

This software is licensed under the Artistic License 2.0.