You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In src/fr-command-cfile.c in fr_command_cfile_list function the list is supported only for gzip while
"other compressors do not support this feature so simply use the archive size, suboptimal but there is no alternative".
But now the --list option is supported by lzip, xz and lzop. So it would be great to implement them.
The text was updated successfully, but these errors were encountered:
In src/fr-command-cfile.c in
fr_command_cfile_list
function the list is supported only for gzip while"other compressors do not support this feature so simply use the archive size, suboptimal but there is no alternative".
But now the --list option is supported by lzip, xz and lzop. So it would be great to implement them.
The text was updated successfully, but these errors were encountered: