GithubHelp home page GithubHelp logo

gptkitten's Introduction

ChatGPT Kitten for kitty terminal

Access ChatGPT from your kitty terminal with terminal text sent as data. Ask questions or use autocomplete.

Features

Chat

chatdemo_python chatdemo_sqlite

Autocomplete

sqlite_autocomplete.gif

Usage

  • Autocomplete: This needs openai python library to be accessible to your kitty, so run pip install --user openai. Edit your OpenAI API key to gpt_kitten.py and copy it to to your kitty config dir (~/.config/kitty/). Add config line map kitty_mod+i kitten gpt_kitten.py to your kitty.conf (change the keys though.) You can add parameter -e to select what data will be sent from the screen - default is "selection,lastcmd,screen" which basically tries to get your selected text, and falls back to output of last or currently running command that isn't empty.
  • Chat: either create venv with OpenAI python library or install it userwide like with autocomplete. edit OpenAI api key to kitty_assistant.py. Add line map kitty_mod+x launch --copy-env --hold --stdin-source=@selection /usr/bin/python /path_to/kitty_assistant.py to your config (or use the venv python binary). You can choose what terminal data is used with --stdin-source - @selection, screen, @last_cmd_output, @screen_scrollback are good options, others can be found at kitty docs. You can also skip that argument if you want to just chat without terminal data. Press your chosen shortcut and start chatting.

Drawbacks

  • Code is absolutely horrible, I used a hammer and made this in like five different ways before coming to this solution, I can't be bothered to make it clean for a few days at least. Bugs are likely, pull requests are welcome.

gptkitten's People

Contributors

santzes avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.