1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-06 11:22:58 +00:00
Commit Graph

52 Commits

Author SHA1 Message Date
Marcel Robitaille
9211c215bf Remove useless method argument
I don't need this argument anymore
2021-02-06 21:45:21 -05:00
Marcel Robitaille
6f826b1d96 Fix defined outside constructor 2021-02-06 21:45:21 -05:00
Marcel Robitaille
41114c81be Clarify variable names in comparator 2021-02-06 21:45:20 -05:00
Marcel Robitaille
fdc6c91e08 Add dotfile-specific ignore_missing option 2021-02-06 21:42:31 -05:00
Marcel Robitaille
8081b4adf5 Option to ignore missing files update and compare 2021-02-06 21:41:43 -05:00
deadc0de6
c52898af88 Merge branch 'master' of github.com:deadc0de6/dotdrop 2021-01-29 21:45:45 +01:00
deadc0de6
cccda6e284 fail early when profile does not exist (#300) 2021-01-29 21:45:32 +01:00
Joey Territo
0c0acdd843 Reformat updater.py and utils.py to match pycodestyle 2020-12-22 21:56:00 -05:00
Joey Territo
dce19eb268 Add logic for respecting ignores/negative ignores when updating files 2020-12-18 18:54:42 -05:00
deadc0de6
2e0bab0ba2 ensure ignore are respected 2020-12-11 19:45:03 +01:00
deadc0de6
87f32478d9 add more logs 2020-11-15 17:49:57 +01:00
deadc0de6
aa5bbb6089 refactor and add ability to update dotfile entry (chmod) 2020-11-15 15:18:46 +01:00
deadc0de6
81d585a37f fix mirror rights on update 2020-11-14 13:12:52 +01:00
deadc0de6
358dbe7c3b refactoring 2020-11-06 09:03:51 +01:00
deadc0de6
bd09d4070f remove error reported by logger for #268 2020-10-26 13:22:13 +01:00
deadc0de6
c36854f250 propagate undefined variable exception 2020-07-14 20:32:05 +02:00
deadc0de6
6474a48961 fix patch rights issue for #234 2020-05-29 10:58:33 +02:00
deadc0de6
40e970465b implement import --as for #220 2020-04-11 14:46:10 +02:00
deadc0de6
a1c5524107 fix pep8 2019-12-14 14:09:01 +01:00
deadc0de6
01e04854de fix update issue with rights for #197 2019-12-14 14:02:09 +01:00
deadc0de6
3a4552da55 allow transformation to be templated (#177) 2019-07-10 20:47:16 +02:00
deadc0de6
7bd5d7fd45 fix bug for #157 2019-06-10 20:36:58 +02:00
deadc0de6
acc2c83e22 fix relative cmpignore for #149 2019-06-09 13:44:18 +02:00
deadc0de6
d4b3ed2229 implement relative upignore/cmpignore for #149 and some import refactoring 2019-06-04 21:50:11 +02:00
deadc0de6
4ed7b4d78c adding "remove" option for #47 and fix a few issues/bugs 2019-06-02 18:18:52 +02:00
deadc0de6
6e6c5fb2e3 refactor the parsing 2019-05-31 18:30:19 +02:00
deadc0de6
283ed615ea update verbosity 2019-03-10 19:08:36 +01:00
deadc0de6
2522c6d386 be more verbose when updating (#101) 2019-03-10 18:18:45 +01:00
deadc0de6
afd91226a8 allow to update entire profile 2019-03-10 16:14:32 +01:00
deadc0de6
2922b8bd72 refactoring 2019-02-12 09:53:44 +01:00
deadc0de6
83a04feb43 add pyflakes and fix errors 2019-02-11 21:40:42 +01:00
deadc0de6
c82cc56dcf wrap conf and args into a new Options class 2019-02-10 20:59:14 +01:00
deadc0de6
f9be717ff3 docstring 2019-02-07 21:54:31 +01:00
deadc0de6
9d081957fc fix dynvariables being executed twice (#83) 2019-02-04 21:39:00 +01:00
deadc0de6
84b2f98525 add ability to patch template with update (#82) 2019-02-03 15:11:58 +01:00
deadc0de6
c8d549d837 clean updater by adding profile as instance variable 2019-02-02 22:53:42 +01:00
deadc0de6
004fcf4007 fix bug in key update 2019-01-28 20:16:17 +01:00
deadc0de6
0162412d4c implement upignore for #79 2019-01-17 21:22:12 +01:00
deadc0de6
8feb417ff6 allow relative workdir and fix lstrip for home 2018-12-27 09:32:08 +01:00
raochsinai
7b9c0b6378 enable relative path when update dotfiles. 2018-12-12 15:48:18 +08:00
deadc0de6
37db5cd68c - add ability to use "write transformation"
- only allow a single transformation per dotfile
- refactoring and bug fixes
2018-12-06 13:19:57 +01:00
deadc0de6
ba31a9ad93 cleaning 2018-11-15 18:45:48 +01:00
deadc0de6
f795f200aa fix update directory for #63 2018-10-23 08:05:44 +02:00
deadc0de6
2b901d5608 adding ability to update by key or on all keys of a specific profile 2018-10-08 21:36:12 +02:00
deadc0de6
c0cb08c226 fix update usage (adding profile switch) 2018-10-08 18:03:39 +02:00
deadc0de6
092588b961 add base for linking templates 2018-09-01 19:38:56 +02:00
deadc0de6
0065595237 better identify templates 2018-09-01 19:00:54 +02:00
deadc0de6
8a791bd857 fix issue #54 2018-07-24 20:22:19 +02:00
maxchaos
c30d3147a7 fix update of directories 2018-07-22 15:00:38 +03:00
deadc0de6
ef4477f356 ignore comparion . and .. 2018-07-21 00:35:04 +02:00