NikitaIvanovV / ctpv

Image previews for lf file manager
https://www.nikitaivanov.com/man1/ctpv
MIT License
264 stars 24 forks source link

Defined custom preview for .7z leads to error #31

Closed hikkidev closed 1 year ago

hikkidev commented 1 year ago

Output: ctpv: config:1:18: unexpected token: {{, expected: /

Config:

preview arsz .7z {{
    7z l "$f"
}}
NikitaIvanovV commented 1 year ago

I made some changes yestrday that might fix this issue.

Could you try this:

preview arsz ."7z" {{
    7z l "$f"
}}
hikkidev commented 1 year ago

Thanks