From a9cf9fffe4b7ac6ed9f58d69e06f75681715a0e2 Mon Sep 17 00:00:00 2001 From: Ben Klein Date: Fri, 23 Feb 2018 16:56:19 -0500 Subject: Implement conditional linking --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 1e5a5fe..759647e 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,7 @@ Available extended configuration parameters: | `force` | Force removes the old target, file or folder, and forces a new link (default:false) | | `relative` | Use a relative path when creating the symlink (default:false, absolute links) | | `glob` | Treat a `*` character as a wildcard, and perform link operations on all of those matches (default:false) | +| `if` | Execute this in your `$SHELL` and only link if it is successful. | #### Example -- cgit v1.2.3