Skip to content

Repository files navigation

gpt-cli

Python Requirements

  • python3-openai
  • rich
  • dotenv

Usage

  • Use with or without quotations:
    gpt "How to center a div?"
    
    or
    gpt How to center a div?
    
  • Pipe in file contents:
    gpt Does my script have any errors? < app.py
    

TODO

  • Session management: preserve context, list sessions, set active session, age off sessions
  • Set instruction prompt
  • Script generator for any script type (not just Python)
  • README setup instructions
  • Configure packaging into RPM and build from it

About

A Linux command line interface with OpenAI's API, so you can ask questions without having to leave your terminal.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages