Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 836 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 836 Bytes

vear

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.

Usage

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.

Extracting

You can extract the selected portion of the archive by pressing the s key and entering an output path.

Mounting

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.