Skip to content
/ robo Public

cli tool to convert natural language to shell commands with OpenAI

Notifications You must be signed in to change notification settings

damejeras/robo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

cli tool to convert natural language to shell commands with OpenAI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages