rewritefs
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.
- Versions: 0.0.0-1.3a56de8
- 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 the latest version of rewritefs as follows:
guix install rewritefs
Or install a particular version:
guix install rewritefs@0.0.0-1.3a56de8
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.
Badge code
You can use the following badge to inform users of rewritefs about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/rewritefs'><img src='https://packages.guix.gnu.org/packages/rewritefs/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/rewritefs)
Example Org:
[[https://packages.guix.gnu.org/packages/rewritefs][https://packages.guix.gnu.org/packages/rewritefs/badges/latest-version.svg]]