-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
Feature Request: Copy to clipboard after packing #152
Comments
Hi, @surajmandalcell This is a great suggestion! Similar tools often have this behavior by default, so there's definitely a need for this in Repomix as well. Regarding the implementation, I'm thinking of adding a |
Great news! Feel free to check out and test the implementation once it's merged. |
LGTM, the copyToClipboard config makes all the difference, thanks! |
feat: added copy functionality from #152
@surajmandalcell You can now use it with: repomix --copy You can also enable it in your {
"output": {
"copyToClipboard": true
}
} Please try it out and let us know how it works for you! Thank you for this great feature suggestion! |
Maybe a
repomix -x
or something to copy to clipboard after generating or a config option would be nice.The text was updated successfully, but these errors were encountered: