src-d / datasets

source{d} datasets ("big code") for source code analysis and machine learning on source code
Other
322 stars 82 forks source link

Could we pipe 'list' into 'get -i'? #96

Open dpordomingo opened 6 years ago

dpordomingo commented 6 years ago

just a proposal to consider:

Since pga get -i downloads the repositories that were passed through the stdin, imho it could be great if pga list could provide it (without external tools like jq to print only the siva file name)

It could be, for example:

$ pga list --siva | pga get -i

or even using a more general syntax:

$ pga list --columns=sivaFilenames | pga get -i