sdaqo / anipy-cli

Little tool in python to watch and download anime from the terminal (the better way to watch anime). Also applicable as an API
https://sdaqo.github.io/anipy-cli
GNU General Public License v3.0
270 stars 40 forks source link

[Feature Request] Change "Select from history" feature so that ctrl+z gets you back the the main menu of the currently running stream #174

Closed GreatTeacherOni closed 5 months ago

GreatTeacherOni commented 5 months ago

Describe the new feature

168 introduced the "Select from history" feature which lets you directly jump to History mode but currently there is no way to return to the main menu. This new feature would add that functionality

What problem are you trying to solve? When exiting (e.g. ctrl+z) out of the selection anipy-cli just exits and mpv (with the currently running anime stream) stays open. Instead it should throw you back to main menu of the currently running anime stream

Quicksilver151 commented 5 months ago

Wait. Did anipy override the functionality of ctrl+z?? Why??

sdaqo commented 5 months ago

Because inquirerpy, the library I am using for the prompts has this as default. Please open a fr for it, I will change it.