Show encoding/linefeedtype in footer

Hi.
Would it be possible to show the encoding and the end of line sequence after the sizing?

Ex. UTF-8/LF or ANSI/CRLF... etc...

i currently have (defaulted from the theme i downloaded and imported) ...

{i:dir} {sd} / {td} 
{i:file} {sf} / {tf} 
{h!} <#FF0000><b>{hi} hidden</b></#> {h!}
{h!} <#008800><b>{hse}</b></#> {h!}
 {sba} / {tba} {rpad}
{h!} {ls} {h!}
 {fl} 
{h!} {df} {bg+w=50,f=2,g=3,t=n,c1=#68f040,c2=#f06840}{h!}

Is it possible?
If so, where in help/online can i get the code for it?
I don't know the coding/cli for your application but I'm a fast learner.

Thanks.

In the status bar, the closest available option is to show the selected file's Description using the {sel:desc} code.

But that will show other information as well (e.g. image dimensions), will only report the encoding when a UTF Byte Order Mark appears at the start of the file (we try to avoid guessing encodings, as there is no reliable way to do so), and won't report the line endings. It probably won't be what you need.

I'm not sure if there is a good, performant way to get that information into the status bar. Displaying it as a column in the file display would be easier, if that's a useful alternative.