Something similar to `make`'s `CURDIR` and stuff. Some ideas: - `$file` as filename - `$path` as full path - `$base` as base name - `$ext` as file extension So for example in the `lr.yml`... ``` yaml public: '@echo "$file just changed"' ``` Yeah. Something like that.