Filter with multiple languages
Blurry1Wang opened this issue ยท 8 comments
First, the project is very useful! Thanks for creating it! However, it's kinda embarrassing that we can only search on one language once a time.
Can we add multiple language support so that we can search based on various combination of languages? Like python and c++
Thanks for bringing this up, it would be a nice feature! It can be achieved by specifying multiple languages with +language:a+language:b
when querying GitHub. We can possibly allow --lang
to be specified multiple times or with commas: --lang=python --lang=cpp
or --lang=python,cpp
.
Hi! My friend and I think this is a very good start for our contribution to GitHub. Could we work on this? :)
- I understand that I have asked to solve two issues, but we also have two people here. So it should be not that hard. Hope you can assign us the issues, thx!
Hello @hedyhli ! Could I work in this issue?
@hedyhli Hello, I've submitted a pull request to enable filtering with the combination of languages and spoken languages.
Currently, we are able to use -l Python+JavaScript
and -S en+zh
.
Hello @hedyhli ! Could I work in this issue?
Hey @larissalages thanks for you interest but I'll let @fgsepter have a go at this first since they asked first ๐
This work still open? Can I work on this?
Do you still need help? I can pick it up