Skip to content

[Feature] Metadata-Only Output #475

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

Open
jlucaso1 opened this issue Apr 8, 2025 · 2 comments
Open

[Feature] Metadata-Only Output #475

jlucaso1 opened this issue Apr 8, 2025 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@jlucaso1
Copy link

jlucaso1 commented Apr 8, 2025

An option (maybe --metadata-only) to output just the summary, directory structure, and file metrics without the content, useful for quick analysis.

@massdo
Copy link
Contributor

massdo commented Apr 8, 2025

That would be very useful, and also a parsable json format to integrate with other tool (like repomix runner extension)

maybe a --report and --report-json flags ?

@yamadashy
Copy link
Owner

@jlucaso1 cc: @massdo
Thanks for the suggestion!

We actually already have boolean options like output.fileSummary and output.directoryStructure, so for consistency, adding an output.files option seems like a good fit.

If files is set to false, only the metadata and directory structure will be included in the output.

We can also add a corresponding CLI flag --no-files, similar to the existing --no-file-summary and --no-directory-structure flags.

@yamadashy yamadashy self-assigned this Apr 17, 2025
@yamadashy yamadashy added the enhancement New feature or request label Apr 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants
@yamadashy @massdo @jlucaso1 and others