deadc0de6
d4375c5d04
adding ability to provide diff command for #203
2020-01-22 17:41:48 +01:00
deadc0de
0da393cef2
Merge pull request #202 from Sighery/master
...
Fix diff order
2020-01-22 10:24:55 +01:00
Sighery
0658df361d
Rename diff arguments for better clarity
2020-01-21 20:54:24 +01:00
deadc0de6
74ffe6a1b4
fix tests
2020-01-21 09:10:45 +01:00
deadc0de6
53dfbc8aa3
fix bug for #204
2020-01-21 09:03:24 +01:00
Sighery
6adf151d83
Fix diff order to compare dst with src
...
The current diffs are confusing, since they compare the source against
the destination file. To make it less confusing: source is the file
that contains modifications, and destination is the one to be
overwritten.
With the current order, it displays changes as if you were applying
the destination file on the source file.
This commit makes it so that it displays the changes it would need to
apply source on destination. This is consistent with tools such as
patch, that take first the destination file, and second the patch
you're going to apply. Diffing should be done the same way, first the
destination, second the file with the new changes. This is how other
tools that provide diffs such as git also work.
2020-01-19 19:09:03 +01:00
deadc0de
d242742d24
Merge pull request #201 from deadc0de6/ignore_not_existing
...
custom functions and custom filters
2020-01-12 12:02:52 +01:00
deadc0de6
f02327c6e4
adding ability to add custom functions and filters for #200
2020-01-12 12:01:03 +01:00
deadc0de6
a7a8d92799
clean tests
2020-01-12 11:44:12 +01:00
deadc0de6
d5d5e30b92
dynamically load jinja2 custom functions
2020-01-12 10:43:51 +01:00
deadc0de
e5372dbf8c
Merge pull request #199 from deadc0de6/ignore_not_existing
...
ignore not existing paths
2020-01-01 20:15:30 +01:00
deadc0de6
9e51dfc0e8
fix splitting issue for #198 and rename to optional
2019-12-29 16:05:05 +01:00
deadc0de6
35ebd2b43a
implement feature for #198
2019-12-27 18:40:54 +01: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
84b049a992
update aur package
2019-12-07 11:42:38 +01:00
deadc0de6
9ce79e7de6
bump version
v0.30.0
2019-12-06 08:46:17 +01:00
deadc0de6
28f39ad0ab
fix tests
2019-11-27 20:10:13 +01:00
deadc0de6
d63424e793
refactor printing dotfiles
2019-11-27 19:33:46 +01:00
deadc0de6
a235115db3
update completion scripts
2019-11-27 19:23:45 +01:00
deadc0de6
723ff3dda2
clean output of profiles
2019-11-27 19:23:00 +01:00
deadc0de6
775057a77f
refactor command "list" to "profiles"
2019-11-27 19:21:18 +01:00
deadc0de6
8844084999
refactor command "listfiles" to "files"
2019-11-27 19:11:31 +01:00
deadc0de6
77527d92c6
add dependencies
2019-11-27 18:37:57 +01:00
deadc0de6
364de92505
disable debug logs on tests
2019-11-20 15:00:08 +01:00
deadc0de6
e681235ea5
fix bugs for #165
2019-11-20 14:18:40 +01:00
deadc0de6
b7d0f6ed32
fix bugs for #165
2019-11-20 14:00:15 +01:00
deadc0de6
86783ca554
add python 3.8 support
2019-11-17 08:01:03 +01:00
deadc0de6
1910514981
add instignore for #195
2019-11-16 19:28:33 +01:00
deadc0de6
2d64e2ee59
ignore removing non-existing path
2019-10-22 08:20:14 +02:00
deadc0de
3775917f6f
Merge pull request #192 from samwhitlock/master
...
Fixing no-assignment issue in _diff_before_write
2019-10-22 08:11:16 +02:00
Sam Whitlock
093faebac2
Fixing no-assignment issue in _diff_before_write
...
If content is None, then tmp is never created.
Need to check before calling utils.remove, which does not handle None as its input.
2019-10-21 20:56:44 +02:00
deadc0de6
8bebf7319d
do not add new dotfiles if ALL is used
2019-09-29 13:59:27 +02:00
deadc0de6
40bcd7fd48
update arch packages
2019-08-18 07:32:55 +02:00
deadc0de6
db8bf81cf7
bump version
v0.29.5
2019-08-18 07:28:34 +02:00
deadc0de6
614e32d89c
fix bug for #183
2019-08-15 10:26:47 +02:00
deadc0de6
621a4043d6
fix bug for #182
2019-08-15 10:06:12 +02:00
deadc0de
8413df9ae7
Merge pull request #181 from Maelan/master
...
add option to disable auto-updates
2019-08-14 07:44:43 +02:00
Maëlan
50a7b68002
add option to disable auto-updates
2019-08-13 18:35:29 +02:00
deadc0de
9181405207
Update README.md
2019-07-26 08:26:04 +02:00
deadc0de6
d5e8b1d294
fix bug for #179
2019-07-23 06:08:13 +02:00
deadc0de6
709cde144f
update arch package
2019-07-14 17:59:08 +02:00
deadc0de6
fc165222bb
bump version
v0.29.4
2019-07-14 17:46:07 +02:00
deadc0de6
cc815e647d
implement transformation parameters ( #177 )
2019-07-12 14:55:33 +02:00
deadc0de6
3a4552da55
allow transformation to be templated ( #177 )
2019-07-10 20:47:16 +02:00
deadc0de6
a4a831195e
fix dotfile src/dst not expanded with ext variables ( #177 )
2019-07-10 13:39:02 +02:00
deadc0de6
5e3dce92a9
fix bug for #177
2019-07-10 10:10:44 +02:00
deadc0de6
229a7797d0
avoid duplicates when re-import existing dotfile
2019-07-08 19:17:58 +02:00
deadc0de6
6f165d0d3e
adding minimum version for config file ( #174 )
2019-07-07 18:44:23 +02:00
deadc0de6
51a0c19d5b
add warning for updated deprecated entries ( #174 )
2019-07-07 18:14:07 +02:00