Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Share Your Experience with Repomix #170

Open
BinkyTinky opened this issue Nov 13, 2024 Discussed in #154 · 1 comment
Open

Share Your Experience with Repomix #170

BinkyTinky opened this issue Nov 13, 2024 Discussed in #154 · 1 comment
Labels
enhancement New feature or request needs discussion Issues needing discussion and a decision to be made before action can be taken

Comments

@BinkyTinky
Copy link

Hi everyone! I’m new to coding and rely on Claude for a lot of guidance, so I find Repomix super helpful for providing project context. However, I only want the project structure—not the actual code—because including everything fills up my context window too quickly. Specifically, I need just the directory and file names under project/frontend/ and project/backend/ without going too deep. Is there a command to display this structure at a high level, showing just the folder and file names?

Thanks for the help!

@yamadashy
Copy link
Owner

@BinkyTinky
Thanks for your feedback from the discussion!

We don't currently have a way to output only the directory structure, but how to effectively pack large projects is something we're actively thinking about for the next steps of Repomix.
This is similar to the issue raised here: #164

Just to clarify, are you looking to exclude the contents of files within specific folders like project/frontend/ and project/backend/ while still including the folder and file names? Adding an option for finer control using glob patterns might be a good approach. For example:

{
  "output": {
    "rules": [
      { "pattern": "project/frontend/**/*", "outputContent": false }
    ]
  }
}
```

We're exploring possible solutions.

@yamadashy yamadashy added enhancement New feature or request needs discussion Issues needing discussion and a decision to be made before action can be taken labels Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs discussion Issues needing discussion and a decision to be made before action can be taken
Projects
None yet
Development

No branches or pull requests

2 participants