Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-30 | Use pytest parametrize to simplify tests | Jon Bernard | 1 | -73/+33 | |
2015-12-29 | Add dotfile class rework | Jon Bernard | 1 | -0/+112 | |
This version of the dotfile class uses py.path.local and removes much of the cruft of using os.path and it's associated requirements. There are still a few things missing, namely dry_run mode where commands are printed instead of executed and force sync. They will be included as required. |