ryukinix / mal

MAL: A MyAnimeList Command Line Interface [BROKEN: BLAME MyAnimeList]
https://mal.readthedocs.io
Other
109 stars 9 forks source link

Extend info for list command #35

Closed mparadinha closed 7 years ago

mparadinha commented 7 years ago

Added the --extend option and the funcionality. Decided to not color that part of the output, but that can be easily changed later. mal

The date show as NA if nothing was in the api call.

Relevant issue: #5

alexkubica commented 7 years ago

About the date it would be nice If the user could choose the format in some way, maybe via the configurations? Not related to your PR: when the score is undefined I think it should be replaced wiht a hyphen: - which is also the behaviour on the website. Maybe I'll open a new issue for that.

mparadinha commented 7 years ago

Yeah those sound like good ideas. The hyphen should be fairly easy. What kind of formats do you think would be nice?

alexkubica commented 7 years ago

I think a standard ISO 8601 is the way to go. You could check out this SO questoin for an idea on how you could implement it.

ryukinix commented 7 years ago

That's is ok for now. We can implement the other features in another PRs. Thanks for this.

ryukinix commented 7 years ago

@AlexK-IL, about the score I changed that on the last PR #36 (implementing drop command)

About the other ideas, we can create issues. @AlexK-IL or @mparadinha, I'll create a issue about date format configuration and then someone of you can create a description, right?

BTW, we can use the default file configuration for store credentials.