diff options
author | Laurent Bachelier <laurent@bachelier.name> | 2013-03-19 00:39:12 +0100 |
---|---|---|
committer | Laurent Bachelier <laurent@bachelier.name> | 2013-03-19 00:39:12 +0100 |
commit | 2b1c79c15685a29318f43d365a72fa9a5ccff600 (patch) | |
tree | 814e4b96fdddb46800c7a5bfb761e7ed65a10d92 | |
parent | Release 0.1 (diff) | |
download | confman-2b1c79c15685a29318f43d365a72fa9a5ccff600.tar.xz |
Document ".F"
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -52,6 +52,11 @@ Special actions It will not update the destination file if either file is modified. * Files with names ending with ``.p.py`` are programmable actions. They contain Python code, and are provided with some special methods. +* Files with names ending with ``.F`` are normal files. + It means ``blah.p.py.F`` will end up as ``blah.p.py``, + and ``f.F.F`` as ``f.F``. It is really useful to make a symbolic link of + a directory instead of all its children (effectively treating + the directory as a file). All the matching parts of the special actions are removed; ``myfile.empty`` will create an empty file named ``myfile``. |