repotxt / README.md
ucalyptus's picture
Update README.md
65eb364 verified
---
title: Repomix Web Interface
emoji: 📦
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 5.9.0
app_file: app.py
pinned: false
---
# Repomix Web Interface
A web interface for [Repomix](https://github.com/yamadashy/repomix) that helps you pack your GitHub repositories into a single, AI-friendly file. Perfect for use with Large Language Models (LLMs) like Claude, ChatGPT, and Gemini.
## Features
- Pack any public GitHub repository
- Support for different output styles (plain, XML, markdown)
- Security checking for sensitive information
- Options to remove comments and empty lines
- Support for specific branches, tags, or commits
## Usage
1. Enter a GitHub repository URL (e.g., `https://github.com/user/repo`) or use the shorthand format (e.g., `user/repo`)
2. Optionally specify a branch, tag, or commit
3. Choose your preferred output style
4. Configure additional options (comment removal, empty lines removal, security check)
5. Click "Pack Repository" to generate the output
The packed repository will be formatted in a way that's optimized for AI tools, making it easier to analyze your codebase or get assistance with your projects.
## About Repomix
Repomix (formerly Repopack) is a powerful tool that packs your entire repository into a single, AI-friendly file. For more information, visit the [Repomix GitHub repository](https://github.com/yamadashy/repomix).