This PR fixes the issue of needing to kill -9 the process during file selection by properly handling interrupt signals as well as adding new key strokes to abort process or select/skip all remaining files.
One thing to note is that the prompt has become a bit unwieldy describing all the options, we would appreciate guidance on how this could be improved.
To resolve #181
This PR fixes the issue of needing to
kill -9
the process during file selection by properly handling interrupt signals as well as adding new key strokes to abort process or select/skip all remaining files.One thing to note is that the prompt has become a bit unwieldy describing all the options, we would appreciate guidance on how this could be improved.