christianfds / manga_downloader

CLI to download manga as pdf
MIT License
2 stars 4 forks source link

Show list of search result and select by number, instead showing them one by one. #10

Closed RizkiePratama closed 2 years ago

RizkiePratama commented 2 years ago

As current iteration we iterate one by one on all the search result when searching the title. eg: on my case, it's Pain full to go trough the whole screen to find Youjo Senki with the keyword Youjo Senki when it actualy take 7 times pressing 'N' to get what i wan't with other different keyword

Screen Shot 2022-10-11 at 22 58 13 Screen Shot 2022-10-11 at 22 58 51

I think it will be convenient to the user to actually have a list of the search result and selecting what they want to download instead of going trough all of that. is this idea still on viable with what you want with this project to be?

christianfds commented 2 years ago

That's a good idea, @RizkiePratama. If you want to work on it i can assign it to you.

I think it would be nice to list it in multiple pages. If we decide to show everything it will way more then needed, if we limit the results the expected one might be left out. It would be nice to find a lib or write a dynamic method to do this.

RizkiePratama commented 2 years ago

Sure, i will work on this issue.

Yep i have the same idea on that, showing it as multiple pages would be neat on longer search result and make it more easier for the user.

christianfds commented 2 years ago

Awesome, thank you for helping out!