Vear is a program to view, extract, and mount archives in a TUI interface that is heavily inspired by ranger.
Currently, only password-less zip archives are supported.
Simply launch the program with the path of the archive you want to view, and use the arrow keys to navigate through it.
Multiple entries can be selected by pressing space
.
You can extract the selected portion of the archive by pressing the s
key and entering an output path.
You can mount the archive as a read-only FUSE filesystem by pressing the l
key and entering a path to mount the archive at.
Please keep in mind that the entire uncompressed size of the archive may be read into memory by other applications.