avfs 1.1.5
Virtual file system that allows browsing of compressed files
AVFS is a FUSE-based filesystem that allows browsing of compressed files. It provides the mountavfs
command that starts a small avfsd
daemon. When a specially formatted path under ~/.avfs
is accessed, the daemon provides listings and content access on the fly. The canonical form of virtual file name is:
[basepath]#handler[options][:parameters][/internalpath]
Example file names:
~/.avfs/home/user/archive.tar.gz#ugz#utar/path/file
~/.avfs/#http:localhost|some|path
emacs-dired-hacks
has dired-avfs
module which enables seamless integration with avfs
.
- Website: https://avf.sourceforge.net
- Licenses: GPL 2+
- Package source: gnu/packages/file-systems.scm
- Builds: See build status
- Issues: See known issues
Installation
Install avfs 1.1.5
as follows:
guix install avfs@1.1.5
Or install the latest version:
guix install avfs
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.