An open API service indexing awesome lists of open source software.

https://github.com/icholy/codegpt

A unixy GPT interface
https://github.com/icholy/codegpt

Last synced: 11 months ago
JSON representation

A unixy GPT interface

Awesome Lists containing this project

README

          

# CodeGPT

> Pipe STDIN through GPT-4

Usage:

```
# use in a pipe
cat file.go | codegpt "switch from testify to gotest.tools assertions"

# update a file in place
$ codegpt -w -s test.spec.js "convert to chai assertions"
```

Vim Usage:

```
:%!codegpt "add doc comments"
```