thimc / lfimg

Image preview support for lf (list files) using Überzug
GNU General Public License v3.0
252 stars 45 forks source link

Remove bugged CSV preview #14

Closed XPhyro closed 3 years ago

XPhyro commented 3 years ago

Removed bugged CSV preview. The piped sed statement is invalid syntax, and splitting by lines does not make sense for a CSV, which is what the sed statement intends to do. When the statement is removed, the * case will be used and will correctly show CSV files.