#LISTING STYLES/ALIASES; Increasing "L-ness" gives increasing detail. NOTE: Use
#%r if you worry about automounters/NFS hanging on link tgts.  Also, -f below
#should really end in "*4 if you ask me,but stdlib parsecfg sez "invalid token".

Style = r"""s   = -X./.      "-f%s %f"""
Style = r"""S   = -DLss -os"""
Style = r"""psa = -l -X./.   "-f%P %S %f%R"""
Style = r"""ps  = -s psa -xdot"""
# Same as above+ showing times
Style = r"""la  = -l -X./.   "-f%P %s %m %f%R"""
Style = r"""l   = -s la -xdot"""
Style = r"""ls  = -s l  -os"""
Style = r"""lu  = -s l  -oa  "-f%P %s %a %f%R"""
Style = r"""lm  = -s l  -om  "-f%P %s %m %f%R"""
Style = r"""lt  = -s l  -om  "-f%P %s %m %f%R"""
Style = r"""lv  = -s l  -ov  "-f%P %s %v %f%R"""
Style = r"""lc  = -s l  -oc  "-f%P %s %c %f%R"""
Style = r"""lb  = -s l  -ob  "-f%P %s %b %f%R"""
Style = r"""lM  = -s l  -om  "-f%m %f%R"""
Style = r"""lV  = -s l  -ov  "-f%v %f%R"""
Style = r"""lC  = -s l  -oc  "-f%c %f%R"""
Style = r"""lB  = -s l  -ob  "-f%b %f%R"""
# Same as above+ showing owner
Style = r"""lla = -Hl -X./.   "-f%P %{bold}U %s %m %f%R"""
Style = r"""ll  = -Hslla -xdot"""
Style = r"""lls = -Hsll  -os"""
Style = r"""llu = -Hsll  -oa "-f%{bold}U %P %s %a %f%R"""
Style = r"""llm = -Hsll  -om "-f%{bold}U %P %s %m %f%R"""
Style = r"""llt = -Hsll  -om "-f%{bold}U %P %s %m %f%R"""
Style = r"""llv = -Hsll  -ov "-f%{bold}U %P %s %v %f%R"""
Style = r"""llc = -Hsll  -oc "-f%{bold}U %P %s %c %f%R"""
Style = r"""llb = -Hsll  -ob "-f%{bold}U %P %s %b %f%R"""
# Show most things:
Style = r"""La =  -Hl -X./.  "-f%o %P %n %{bold}U %{italic}G %S %M %f%R"""
Style = r"""L  =  -HsLa -xdot"""
Style = r"""Ls =  -HsL  -os"""
Style = r"""Lu =  -HsL  -oa  "-f%n %o %{bold}U %{italic}G %P %S %A %f%R"""
Style = r"""Lm =  -HsL  -om  "-f%n %o %{bold}U %{italic}G %P %S %M %f%R"""
Style = r"""Lt =  -HsL  -om  "-f%n %o %{bold}U %{italic}G %P %S %M %f%R"""
Style = r"""Lv =  -HsL  -ov  "-f%n %o %{bold}U %{italic}G %P %S %V %f%R"""
Style = r"""Lc =  -HsL  -oc  "-f%n %o %{bold}U %{italic}G %P %S %C %f%R"""
Style = r"""Lb =  -HsL  -ob  "-f%n %o %{bold}U %{italic}G %P %S %B %f%R"""
#All but rdev. 4 time stamps => either terse file ages | wide terminals.
Style = r"""LLa = -HX./ "-f%n %o %S %P %{bold}U %{italic}G %B %C %M %A %f%R"""
Style = r"""LL  = -HsLLa -xdot"""
Style = r"""LLai = -HX./ "-f%i %n %o %S %P %{bold}U %{italic}G %B %C %M %A %f%R"""
Style = r"""LLi = -HsLLai -xdot"""
Style = r"""debug = -H "-f%0%1%2%3%4%5%6%7%8%9%.%/ %f%R"""
#Almost exactly GNU ls -lA --no-color
Style = r"""gls = "-tp1g -> " --ageFmt,= --ageFmt,= "-a-15778476@%b %e  %Y" "-a-0@%b %e %H:%M" -of "-f%l%p%Q %n %U %G %S %m %f%r"""
#These are of "add-on" styles; Cn=compr-patQuoted; cn=same+reFit;q=easy compr pQ
Style = r"""C4 =  "-m-4,,,*,?[](){} ';!$#^`~"""
Style = r"""C5 =  "-m-5,,,*,?[](){} ';!$#^`~"""
Style = r"""C6 =  "-m-6,,,*,?[](){} ';!$#^`~"""
Style = r"""c4 = "-Fm-4,,,*,?[](){} ';!$#^`~"""
Style = r"""c5 = "-Fm-5,,,*,?[](){} ';!$#^`~"""
Style = r"""c6 = "-Fm-6,,,*,?[](){} ';!$#^`~"""
Style = r"""q =    "-ma,,,*,?[](){} ';!$#^`~"""
