cbirajdar / cricket-cli

:cricket_game: Command line interface for cricket enthusiasts :cricket_game:
MIT License
18 stars 5 forks source link

Request: filters for scores, by level (international/domestic), country and format #1

Open RaoOfPhysics opened 6 years ago

RaoOfPhysics commented 6 years ago

Thanks for the lovely CLI tool! I was wondering if users could filter scores to only show certain types of scores, through something like this:

$ cricket scores --country=IN --format=TEST

for current test scores featuring India

or

$ cricket scores --level=INT

for current international scores.

Maybe only show international scores by default and allow users to select if they want domestic scores as well, through a --level=ALL flag?

I wouldn't really know where to start programming this or I would've made a PR! Thank you, though, for considering this request.

cbirajdar commented 6 years ago

@RaoOfPhysics Thank you for reaching out. I am planning to update the interface to only show international scores by default and add few more filters to enhance the experience.

I will update this issue once these changes are merged. :)

RaoOfPhysics commented 6 years ago

Thanks! You've probably seen this, but just for some inspiration: https://github.com/architv/soccer-cli

hsehdar commented 4 years ago

Awaiting for this feature. Let me play the Python game based on my time and contribute.