summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Collapse)AuthorAge
* Fix variable expansion in extended syntaxAnish Athalye2016-08-02
|
* Fix linking when using both relink and relativeAnish Athalye2016-04-07
| | | | | | | | | | | | | | | | | | | | Prior to this patch, the following config led to incorrect behavior: - link: ~/.folder/file: path: file create: true relative: true relink: true Prior to the change, running the config the first time would result in expected behavior. However, running the config for the second time would result in deletion and re-creation of the link (even when the link is correct). This patch improves the interaction of relink and relative, taking relative paths into account when checking the validity of existing links in the `_delete()` method.
* Add default optionsAnish Athalye2016-03-03
| | | | | This feature was implemented with feedback from Aleks Kamko <aykamko@gmail.com> and Casey Rodarmor <casey@rodarmor.com>.
* Add functionality to create relative linksAnish Athalye2016-02-14
| | | | | | | This commit adds an option to the extended configuration syntax for linking files and directories. Enabling the relative option makes it so that symbolic links are created with relative paths instead of absolute paths.
* Add plugin loaderCasey Rodarmor2016-02-06