mirror of
1
0
Fork 0
dotbot/dotbot
Eric Engstrom ab7cbd42dc
feat: Support recursive globbing with `**`.
For example, will handle an entire directory tree of files, linking all 
files:

```
- link:
    ~/.config/:
      path: dotconf/config/**
      glob: true
```

NOTE, this feature requires newer versions of `glob()` (Python >= 3.5),
and `dotbot` will throw an error if using an earlier version of python.

For testing purposes, added:
  - ability to skip tests in test harness
  - added testing for older Python(s).

FIXES: #270
2021-05-27 11:58:55 -05:00
..
messenger Add `--force-color` option 2020-08-23 00:02:26 +01:00
plugins feat: Support recursive globbing with `**`. 2021-05-27 11:58:55 -05:00
util Work around subprocess.call() issue on Windows 2020-05-01 11:52:51 -04:00
__init__.py Release 1.19.0 2021-04-06 10:54:27 -04:00
__main__.py Added support to run with python -m 2020-07-23 08:44:06 -07:00
cli.py Include git hash in version when available 2021-02-27 14:34:52 -05:00
config.py Fix compatibility with Python 3 2016-01-15 01:21:16 -05:00
context.py Make parsed CLI options available to plugins 2021-02-25 07:57:12 -05:00
dispatcher.py Make parsed CLI options available to plugins 2021-02-25 07:57:12 -05:00
plugin.py Add default options 2016-03-03 09:42:50 -05:00