yamadashy / repopack

📦 Repopack is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, and Gemini.
MIT License
653 stars 32 forks source link

Add support for global configuration files #52

Closed yamadashy closed 1 month ago

yamadashy commented 1 month ago

related: #51

Changes

The global configuration file will be created in:

Note: Local configuration (if present) takes precedence over global configuration.

Motivation

We've added support for global configuration files to allow users to easily maintain common settings across multiple projects. This enhances the Repopack user experience and enables more flexible configuration management.