8000 GitHub - Ed1123/2gpt: Convert project to format digestible by ChatGPT
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Ed1123/2gpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project to GPT

A simple terminal app that converts a given project folder into text feedable to ChatGPT (or any other LLM).

Features

  • Outputs the file tree of the project follow by the content of each file
  • Ignores dot files/folders (e.g. .git folder)
  • Ignores files/folders in .gitignore (e.g. venv, build files, etc.)

Installation

git clone https://github.com/Ed1123/2gpt.git
cd 2gpt
pip install .

Usage

2gpt path_to_project

Inside your project directory:

2gpt .

Motivation

I wanted to get feedback for a project I have and I couldn't find anything similar online so I build it.

I may consider uploading it to PyPi.

About

Convert project to format digestible by ChatGPT

Topics

Resources

License

4165 Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0