GithubHelp home page GithubHelp logo

necropreneur / git2txt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ableinc/git2txt

0.0 0.0 0.0 2 KB

Convert all files in git repository to .txt files. Useful for training LLMs on your codebase.

Python 100.00%

git2txt's Introduction

git2txt

Convert all files in git repository to .txt files. This is useful for training LLMs on your codebase.

How to Use

  1. Create new .env file by copying example.env
cp example.env .env
  1. Add necessary fields. The default fields are good to start with.
GIT_PROJECT_DIRECTORY=/path/to/git/repo
IGNORE_FILES=.env,package-lock.json
IGNORE_DIRS=.git,.vscode,node_modules
SAVE_DIRECTORY=training_data
SKIP_EMPTY_FILES=true
  1. Install dependencies. Using a virtual environment is recommended.
python -m pip install -r requirements.txt
  1. Run program
python main.py
  1. You'll see your data files in the training_data/ directory. This will be different if you changed the path via SAVE_DIRECTORY in .env file.

Notes

  • This program requires Python version 3.6 or later. It uses the f-string formatting technique introduced in Python 3.6.

git2txt's People

Contributors

ableinc 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.