.mc/bindings
changeset 269 48b3cbdac750
parent 120 0bb02028ec62
child 274 efb78fb374ee
equal deleted inserted replaced
223:1ce3922d21e6 269:48b3cbdac750
   219 
   219 
   220 # 7zip archives (they are not man pages)
   220 # 7zip archives (they are not man pages)
   221 shell/.7z
   221 shell/.7z
   222 	View=%view{ascii} 7za l %f 2>/dev/null
   222 	View=%view{ascii} 7za l %f 2>/dev/null
   223 
   223 
       
   224 # .tar.xz, .txz
       
   225 regex/\.t(ar\.xz|xz)$
       
   226 	Open=%cd %p#utar
       
   227 	View=%view{ascii} xz -dc %f 2>/dev/null | tar tvvf -
       
   228 
   224 
   229 
   225 ### Sources ###
   230 ### Sources ###
   226 
   231 
   227 # C
   232 # C
   228 shell/.c
   233 shell/.c