Skip to content
| Marketplace
Sign in
Visual Studio Code>AI>Repomix RunnerNew to Visual Studio Code? Get it now.
Repomix Runner

Repomix Runner

Dorian Massoulier

|
5,485 installs
| (4) | Free
Easily bundle files into a single output for AI processing.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Repomix Runner Repomix logo

You can support this project by giving a star on GitHub ! ⭐️ 🔭 🙏

GitHub Version Installs License: MIT

Repomix Runner is a VSCode extension that allows you to easily bundle files into a single output for AI processing. It uses the great Repomix tool.

✨ Features

  • 📁 Pack your selection of files into a single output for AI processing.
  • 📦 Create reusable bundles for parts of your project you frequently package.
  • 📎 Two copy modes for clipboard: content or file. -> you can paste a whole file not just content.
  • 🗑️ Optional output file cleanup. -> But you still have it in clipboard! 😀
  • 🛠️ Easy settings in vscode and/or support a repomix.config.json file.

📖 Usage

With the REPOMIX custom view, all is in one place 🎉 :

(keep in mind the output-file is also in your clipboard).

⬇️ - Run Repomix on selection

https://github.com/user-attachments/assets/21272ff9-0bf1-48dc-a583-34355bb35ced

Your browser does not support the video tag.

⬇️ - Create a bundle with custom config

https://github.com/user-attachments/assets/134e7fdf-1e98-429f-b16c-a76e99dc761f

Your browser does not support the video tag.

⚙️ Commands

Open the palette with Cmd+Shift+P or Ctrl+Shift+P then:

  • Repomix Run to run repomix on the root folder of your project
  • Repomix Run On Open Files to run repomix on the open files in the workspace
  • Repomix Create New Bundle to create a new bundle
  • Repomix Run Bundle to select a bundle to run
  • Repomix Edit Bundle to edit bundle name, config file, description and tags
  • Repomix Refresh Bundles to refresh the bundles list if you mannually change the .repomix/bundles.json file
  • Repomix Settings for a quick access to the settings
  • Repomix Output to open the repomix output channel

🚀 Installation

  1. Open VS Code
  2. Press Cmd+P (macOS) or Ctrl+P (Windows/Linux)
  3. Type ext install DorianMassoulier.repomix-runner
  4. Press Enter

🛠️ Configuration

  • The extension support the repomix.config.json file in your project root folder, it will override the settings in the extension. Except for the runner settings.

📋 Requirements

  • VS Code 1.93.0 or higher
  • Node.js and npm installed (for npx)
  • macOS for file copy mode
  • xclip installed for file copy mode on linux

⚠️ Known Issues

  • File copy mode is only available on macOS and linux (you need to install xclip for file copy mode on linux)

🤝 Contributing

Any feedback, issue or feature request is much appreciated !

📝 License

This project is licensed under the MIT License - see the LICENSE.md file for details.


  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft