fakeroot 0.1.1

A lightweight and batteries-included status_command for i3 and sway
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# fakeroot

A simple crate which provides the ability to redirect filesystem calls.
This crate builds a library that can be used via `LD_PRELOAD`.

An example:
```bash
mkdir /tmp/etc
echo "tee hee" > /tmp/etc/hosts
FAKE_ROOT="/tmp" LD_PRELOAD="path/to/libfakeroot.so" cat /etc/hosts
# tee hee
```

License: GPL-3.0-only