Skip to content

github linguist get language statistics for mutiple repos in one folder #5642

Answered by lildude
X011ABC asked this question in Q&A
Discussion options

You must be logged in to vote

Linguist can only analyse one repo at a time so you'll need to iterate over all the repos individually and get the stats for each individually. Assuming you're using WSL, something like this should do the tric: for d in $(ls -1); do github-linguist $d; done.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lildude
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants