Show HN: UwU – Generate CLI commands inline with GPT-5

github.com

2 points by funfunfunction 12 hours ago

I wanted a dead-simple way to quickly generate CLI commands without the overhead of Claude Code or Cursor, so I built it in an afternoon.

The project uses some zsh magic to allow for quick editing of the model's response before running the command. Commands show up in your shell history, just like any other command.

The project is intended to be very simple and hackable -- the whole project is one TypeScript file.

Feedback (and pull requests) welcome!