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

avante repo map cli as a standalone tool #1075

Open
GopherJ opened this issue Jan 13, 2025 · 2 comments
Open

avante repo map cli as a standalone tool #1075

GopherJ opened this issue Jan 13, 2025 · 2 comments

Comments

@GopherJ
Copy link

GopherJ commented Jan 13, 2025

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

@GopherJ
Copy link
Author

GopherJ commented Jan 13, 2025

basically a tool traversing each file in the directory and extract the code summary + file path

@GopherJ
Copy link
Author

GopherJ commented Jan 13, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant