Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gptlang/dunno
AI powered command line
https://github.com/gptlang/dunno
ai chatgpt command-line-tool
Last synced: about 2 months ago
JSON representation
AI powered command line
- Host: GitHub
- URL: https://github.com/gptlang/dunno
- Owner: gptlang
- License: agpl-3.0
- Created: 2023-04-11T01:04:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T00:55:28.000Z (about 1 year ago)
- Last Synced: 2024-10-28T23:33:25.688Z (3 months ago)
- Topics: ai, chatgpt, command-line-tool
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 36
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - gptlang/dunno - AI powered command line (Go)
README
# dunno
AI powered command line with natural language## Installation
`go install github.com/gptlang/dunno@latest`### Requirements
- [Go](https://go.dev/)
- `~/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
Example: dunno list tcp network connections
Enter x to interrupt or enter to allow the assistant to run the command
```It knows your OS.