rewritefs 0.0.0-1.3a56de8
FUSE file system that changes particular file names
RewriteFS is a FUSE to change the name of accessed files on the fly based on any number of regular expressions. It's like the rewrite
action of many Web servers, but for your file system. For example, it can help keep your home directory tidy by transparently rewriting the location of configuration files of software that doesn't follow the XDG directory specification from ~/.name
to ~/.config/name
.
- Website: https://github.com/sloonz/rewritefs
- Licenses: GPL 2+
- Package source: gnu/packages/file-systems.scm
- Builds: See build status
- Issues: See known issues
Installation
Install rewritefs 0.0.0-1.3a56de8
as follows:
guix install rewritefs@0.0.0-1.3a56de8
Or install the latest version:
guix install rewritefs
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.