jubako / arx

Store files and directory in an archive. Like tar, but faster and with direct random access.
MIT License
151 stars 2 forks source link

error message in case of q or CTRL<C> after list piped #51

Closed father-mande closed 2 months ago

father-mande commented 2 months ago

Hi,

Not a big priority : (can be considered as cosmetic)

when we pipe output of arx list to more or less or ... if we q(uit) or use CRTL \ ... an error message is displayed For Information ... tar -t ... list tar archive ... can be break or quit without any message

ex. : arx list archive_from_tar | more

on break or q in more ... error displayed is [ERROR arx] Error : IO Error Broken pipe (os error 32)

if no pipe and CRTL \ is used ... list just stop without error message.

Philippe.