Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 369 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 369 Bytes

robo

robo is using OpenAI API to convert natural language to shell commands.

Usage

Get robo:

go install github.com/damejeras/robo@latest

To use robo you have to set OPENAI_API_TOKEN environment variable.

export OPENAI_API_TOKEN=<your_api_token>

Use robo:

$ robo show process that is using port 8080
lsof -i :8080