We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It'll be good to publish avante repo map as a standalone tool as people need to extract code summary and feed to gpt so that they can ask questions
The text was updated successfully, but these errors were encountered:
basically a tool traversing each file in the directory and extract the code summary + file path
Sorry, something went wrong.
I'm currently using a hacking version:
function code-summary if test -n "$argv[1]" tree $argv[1] find $argv[1] \ -name "*.$argv[2]" \ | xargs -I {} avante-repo-map-cli $argv[2] {} end end // code-summary ~/Projects/my-project rust
but my avante-repo-map-cli is really outdated comparing to the master
No branches or pull requests
It'll be good to publish avante repo map as a standalone tool as people need to extract code summary and feed to gpt so that they can ask questions
The text was updated successfully, but these errors were encountered: