Skip to content
/ gpt.sh Public

Simple and free ChatGPT assistance right in your terminal

License

Notifications You must be signed in to change notification settings

0xdv/gpt.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPT.sh

GPT.sh is a command-line tool that allows you to ask programming or Bash-related questions right in the terminal. It functions as a smart man page, providing answers and guidance for various programming tasks. You can use it to ask questions about topics like Python scripting, Vim commands, and more, it's up to you. The tool leverages the power of OpenAI's GPT language model to generate responses to your queries.

This tool doesn't have access to your file system, and won't run any commands on your computer.

Installation

git clone git@github.com:0xdv/gpt.sh.git
cd gpt.sh
./install.sh
source ./venv-gpt/bin/activate # do not forget to activate the venv

Usage

./gpt how to rename file

./gpt write script in python to scrape website

./gpt how to escape vim, please help

You also able to pass files to the input simply by pipe:

cat install.sh | ./gpt explain this scirpt
  • remember DO NOT pass any confidential data to the input

About

Simple and free ChatGPT assistance right in your terminal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published