Marcel Robitaille
83bd88a02f
Merge upstream
2019-01-20 16:16:12 -04:00
Marcel Robitaille
d31a0c70c3
Document new feature in README.md
2019-01-20 16:11:38 -04:00
Marcel Robitaille
6d8afa484c
Add unit tests
2019-01-20 16:03:15 -04:00
Marcel Robitaille
ae00dce6a3
Don't track tags or virtualenv
2019-01-20 15:02:43 -04:00
Marcel Robitaille
170df39c60
Move link from bool to enum
2019-01-20 15:02:09 -04:00
Marcel Robitaille
247653c2c2
Clean up imports
2019-01-20 15:00:50 -04:00
Marcel Robitaille
08addde1d9
Support templating
2019-01-20 13:34:56 -04:00
Marcel Robitaille
e119b8829e
Fail if source isn't a directory
2019-01-20 13:34:26 -04:00
deadc0de6
0162412d4c
implement upignore for #79
2019-01-17 21:22:12 +01:00
deadc0de6
f78e3126f5
handle empty file as text file
2019-01-17 20:15:24 +01:00
deadc0de6
67b8fee18c
update readme
2019-01-17 19:25:36 +01:00
deadc0de6
2ec1516be0
update readme
2019-01-17 19:24:05 +01:00
deadc0de6
7ba8ed32b8
adding profile specific (dyn)variables for #81
2019-01-17 19:07:28 +01:00
deadc0de6
91b1b7f7fe
-l inverts the value of link_by_default
2019-01-17 17:42:23 +01:00
deadc0de6
0a5b38090d
test for pycodestyle
2019-01-17 15:54:55 +01:00
deadc0de6
6d4526f57e
update compare output
2019-01-17 15:54:46 +01:00
deadc0de6
7f6ab70b3b
fix normpath for #76
2018-12-29 23:32:44 +01:00
Marcel Robitaille
1ad2d7c961
Merge branch 'feature_link_children' of github.com:Iambecomeroot/dotdrop into feature_link_children
2018-12-29 15:50:18 -04:00
Marcel Robitaille
0cc5ec9e13
Conform to PEP8
...
Though [it is generally recommended to have a trailing
newline](https://stackoverflow.com/questions/2287967/why-is-it-recommended-to-have-empty-line-in-the-end-of-file )
2018-12-29 15:50:06 -04:00
Marcel Robitaille
e9330bbd8f
Merge branch 'master' into feature_link_children
2018-12-29 15:37:30 -04:00
Marcel Robitaille
67be049407
Import only used functions
2018-12-29 15:35:29 -04:00
Marcel Robitaille
fffe55ecd9
Add option to symlink only child files
2018-12-29 15:24:02 -04:00
deadc0de6
86aa261d05
generic os separator
2018-12-29 18:20:51 +01:00
deadc0de
9544d14a30
Merge pull request #76 from Iambecomeroot/patch-1
...
Fix bug with linking to broken symlink
2018-12-29 16:24:17 +01:00
Marcel Robitaille
ff5e55c477
Fix bug with linking to broken symlink
...
This adjustment fixes the exception thrown when `link()` is called with the destination being a broken symlink and having a trailing `/`. `os.path.lexists(dst)` (called [here](0dd9dea1ff/dotdrop/installer.py (L85) )) only returns true for broken symlinks without the trailing `/`.
2018-12-29 10:36:29 -04:00
deadc0de6
0dd9dea1ff
update arch package
2018-12-27 16:17:11 +01:00
deadc0de6
d9b4a6bbd5
bump version
v0.24.1
2018-12-27 16:10:05 +01:00
deadc0de6
0158c71906
adding tests for linked directory in home
2018-12-27 15:58:18 +01:00
deadc0de6
b8786a3fa8
fix pivot strip home
2018-12-27 15:51:31 +01:00
deadc0de6
cf96584f7b
add more debugs
2018-12-27 15:40:06 +01:00
deadc0de6
a268811ceb
comments
2018-12-27 15:39:49 +01:00
deadc0de6
7e42ccbee5
fix bug when importing with the -l flag
2018-12-27 15:31:00 +01:00
deadc0de6
998f936a25
update readme for workdir
2018-12-27 15:21:29 +01:00
deadc0de6
84ffdb6a86
fix duplicate key bug and add more verbosity
2018-12-27 15:20:32 +01:00
deadc0de6
90d60798c0
dump config file with verbose flag
2018-12-27 11:04:19 +01:00
deadc0de6
270a532878
test for undefined workdir
2018-12-27 11:04:01 +01:00
deadc0de6
8feb417ff6
allow relative workdir and fix lstrip for home
2018-12-27 09:32:08 +01:00
deadc0de
0cb032f349
Merge pull request #74 from roachsinai/master
...
enable relative path when update dotfiles.
2018-12-12 16:20:25 +01:00
raochsinai
7b9c0b6378
enable relative path when update dotfiles.
2018-12-12 15:48:18 +08:00
deadc0de6
875e028a4d
bump arch version
2018-12-06 18:24:45 +01:00
deadc0de6
3c2c493f0e
bump version
v0.24.0
2018-12-06 18:14:01 +01:00
deadc0de6
c96597f2cb
add link for trans error
2018-12-06 13:49:45 +01:00
deadc0de6
2a775bdac1
update readme
2018-12-06 13:26:19 +01:00
deadc0de6
1ae910eacc
update readme
2018-12-06 13:25:38 +01:00
deadc0de6
c5479659db
update readme
2018-12-06 13:25:01 +01: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
1d53602769
update readme
2018-11-27 13:17:25 +01:00
deadc0de6
c45c17184e
adding ability to use dynamic variables in dotfile src/dst
2018-11-27 13:15:35 +01:00
deadc0de6
d569201b0b
add ability to have more methods available from within the templates
2018-11-19 18:16:35 +01:00
deadc0de6
0f88bf8b1c
typo
2018-11-19 09:22:24 +01:00