Plan 9 Plumber
Plumb Zip file
View files inside a zip compressed file via Plumber without extraction. Zip files are accessible at /n/tapefs.
#zip file content in a new window
type is text
data matches '([a-zA-Z¡-￿0-9_\-.,/]+)\.zip'
arg isfile $0
plumb start window fs/zipfs $file; cd /n/tapefs; ls; rc
type is text
data matches '([a-zA-Z¡-￿0-9_\-.,/]+)\.zip'
arg isfile $0
plumb start window fs/zipfs $file; cd /n/tapefs; ls; rc
Comments
Post a Comment