Search found 1 match
- Sun Jan 29, 2012 8:23 pm
- Forum: PCManFM
- Topic: zip compress with output filename = input filename
- Replies: 0
- Views: 2977
zip compress with output filename = input filename
hello, i use zip to compress files with pcmanfm. i edited /usr/share/libfm/archivers.list with: [zip] create=zip -r COMPRESS.ZIP -@ mime_types=application/zip; ("-@" take the stdin, COMPRESS.ZIP is my output file) then i choose "zip" in the archivers list in pcmanfm. this works. ...