-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2bae930
commit 72bda4c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule dotdrop
updated
29 files
+1 −1 | .github/workflows/aur-release.yml | |
+1 −0 | .github/workflows/snapcraft-release.yml | |
+6 −0 | docs/installation.md | |
+2 −0 | dotdrop/__init__.py | |
+47 −30 | dotdrop/action.py | |
+50 −77 | dotdrop/cfg_aggregator.py | |
+181 −167 | dotdrop/cfg_yaml.py | |
+39 −43 | dotdrop/comparator.py | |
+1 −0 | dotdrop/dictparser.py | |
+307 −323 | dotdrop/dotdrop.py | |
+11 −11 | dotdrop/dotfile.py | |
+4 −2 | dotdrop/exceptions.py | |
+52 −44 | dotdrop/importer.py | |
+187 −185 | dotdrop/installer.py | |
+16 −2 | dotdrop/linktypes.py | |
+58 −40 | dotdrop/logger.py | |
+131 −100 | dotdrop/options.py | |
+8 −8 | dotdrop/profile.py | |
+18 −16 | dotdrop/settings.py | |
+43 −45 | dotdrop/templategen.py | |
+84 −88 | dotdrop/updater.py | |
+98 −61 | dotdrop/utils.py | |
+1 −1 | dotdrop/version.py | |
+1 −1 | packages/arch-dotdrop/PKGBUILD | |
+14 −12 | scripts/change-link.py | |
+0 −6 | tests-ng/diff-cmd.sh | |
+9 −3 | tests-ng/tests-launcher.py | |
+2 −0 | tests-requirements.txt | |
+21 −5 | tests.sh |