3 files changed
+14
-21
lines changed- .github/workflows/build.yml+21
- .travis.yml-26
- CHANGELOG.md+49
- LICENSE.md+1-1
- README.md+179-64
- bin/dotbot+3-3
- dotbot/__init__.py+1-1
- dotbot/__main__.py+4
- dotbot/cli.py+41-12
- dotbot/context.py+12-3
- dotbot/dispatcher.py+14-6
- dotbot/messenger/messenger.py+2-6
- dotbot/plugins/__init__.py+1
- dotbot/plugins/clean.py+14-5
- dotbot/plugins/create.py+56
- dotbot/plugins/link.py+74-31
- dotbot/plugins/shell.py+54-43
- dotbot/util/__init__.py+1
- dotbot/util/common.py+34
- lib/pyyaml+1-1
- setup.py+1-1
- test/.gitignore+1
- test/README.md+55-21
- test/Vagrantfile+8-5
- test/driver-lib.bash+20-49
- test/test+18-17
- test/test-lib.bash+24-10
- test/test_travis-81
- test/tests/clean-default.bash+19
- test/tests/clean-recursive.bash+34
- test/tests/config-empty.bash+2-2
- test/tests/create-mode.bash+26
- test/tests/create.bash+23
- test/tests/except-multi.bash+21
- test/tests/except.bash+32
- test/tests/find-python-executable.bash+4-6
- test/tests/link-canonicalize.bash+20
- test/tests/link-glob-exclude.bash+123
- test/tests/link-glob-multi-star.bash+1-1
- test/tests/link-glob-patterns.bash+106
- test/tests/link-glob-recursive.bash+46
- test/tests/link-glob.bash+46
- test/tests/link-if.bash+1-1
- test/tests/link-ignore-missing.bash+23
- test/tests/link-no-canonicalize.bash+40
- test/tests/link-prefix.bash+23
- test/tests/only-defaults.bash+22
- test/tests/only-multi.bash+20
- test/tests/only.bash+32
- test/tests/plugin.bash+39-3
- test/tests/shell-cli-override-config.bash+79
- test/tests/shim.bash+1-8
- tools/git-submodule/install.ps1+22
- tools/hg-subrepo/install.ps1+21
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + |
+12-20
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 | 11 |
| |
15 | 12 |
| |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 | 13 |
| |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 | 14 |
| |
30 | 15 |
| |
31 |
| - | |
32 |
| - | |
| 16 | + | |
33 | 17 |
| |
34 |
| - | |
35 | 18 |
| |
36 |
| - | |
37 | 19 |
| |
38 | 20 |
| |
39 | 21 |
| |
| |||
63 | 45 |
| |
64 | 46 |
| |
65 | 47 |
| |
66 |
| - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
67 | 57 |
| |
68 | 58 |
| |
69 | 59 |
| |
| |||
93 | 83 |
| |
94 | 84 |
| |
95 | 85 |
| |
| 86 | + | |
| 87 | + |
0 commit comments