UWU – generate CLI commands without leaving the terminal
8 days ago
- #LLM
- #Shell Commands
- #CLI
- uwu is a lightweight CLI tool that converts natural language into shell commands using LLMs like GPT-5.
- It focuses solely on generating shell commands quickly without replacing comprehensive development tools.
- Users can edit generated commands before execution to add flags or modifications.
- Installation involves cloning the repository, installing dependencies with Bun, and building the binary.
- Configuration is done via a config.json file, supporting multiple AI providers like OpenAI, Claude, Gemini, and custom endpoints.
- Features include command history context for better command generation, configurable via the config file.
- Shell integration allows for seamless command generation and editing within the shell environment.
- Usage example: 'uwu generate a new ssh key called uwu-key and add it to the ssh agent'.
- Contributions are encouraged through pull requests.