Skip to content

gptlang/dunno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dunno

AI powered command line with natural language

Installation

go install github.com/gptlang/dunno@latest

Requirements

  • Go
  • ~/go/bin in $PATH

Authentication (required)

You only need to set it once. It saves this key to config file. To change key, just do this again before running it. export OPENAI_KEY="sk-..."

Defaults to free API if key not found

Usage

$ dunno
Usage: dunno <prompt>
Example: dunno list tcp network connections
Enter x to interrupt or enter to allow the assistant to run the command

It knows your OS.

Releases

No releases published

Packages

No packages published

Languages