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
HTML: <a href='http://127.0.0.1:3000/packages/rewritefs/'><img src='http://127.0.0.1:3000/packages/rewritefs/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/rewritefs/badges/latest-version.svg)](http://127.0.0.1:3000/packages/rewritefs/) Org: [[http://127.0.0.1:3000/packages/rewritefs/][http://127.0.0.1:3000/packages/rewritefs/badges/latest-version.svg]]