mmoren / derar

Virtual filesystem for reading RAR archives

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

derar

Virtual filesystem for reading RAR archives through FUSE. Allows mounting an archive to a directory and reading its contents without unpacking. Supports both single file and split archives (partXXX/rXX) but no compression - only Store archives work.

Building

Requires FUSE obviously. Mac users will need to install FUSE for OSX.

$ cmake .
$ make

Installing

$ sudo cp derar /usr/local/bin

About

Virtual filesystem for reading RAR archives


Languages

Language:C 92.7%Language:CMake 7.3%