comparison p7zip_9.20.1/contrib/VirtualFileSystemForMidnightCommander/readme.u7z @ 707:8e902fcb8792

<Sgeo> run tar -xjf p7zip.tar.bz2
author HackBot
date Sat, 15 Sep 2012 23:18:55 +0000
parents
children
comparison
equal deleted inserted replaced
706:1cf2de42d323 707:8e902fcb8792
1 For use u7z you must add following line to extfs.ini
2
3 =-=-=-=-=-= Cut -=-=-=-=-=-
4 u7z
5 =-=-=-=-=-= Cut -=-=-=-=-=-
6
7 And add somthing like this to extension file
8
9 REMARK: 7z may be replaced with 7za
10
11 =-=-=-=-=-= Cut -=-=-=-=-=-
12 regex/\.(7z|7Z)$
13 View=%view{ascii} 7z l %f
14 Open=%cd %p#u7z
15 =-=-=-=-=-= Cut -=-=-=-=-=-
16
17 This must be added before Manual pages Lines to prevent handle 7z archive
18 like man page
19
20
21 If you have installed 7z with plugins, you can view and unpack .cab and other
22 (if there is plugin) archive types with u7z, just add
23
24 =-=-=-=-=-= Cut -=-=-=-=-=-
25 regex/\.(cab|CAB)$
26 View=%view{ascii} 7z l %f
27 Open=%cd %p#u7z
28 =-=-=-=-=-= Cut -=-=-=-=-=-
29
30 to extension file, and somthing like this for other supported archives.