mirror of
1
0
Fork 0
dotbot/dotbot/plugins
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
..
__init__.py Add 'create' directive to create directories 2019-10-12 11:55:09 -04:00
clean.py Work around subprocess.call() issue on Windows 2020-05-01 11:52:51 -04:00
create.py Add mode option to create directive 2021-02-25 06:25:17 -05:00
link.py feat: Support recursive globbing with `**`. 2021-05-27 11:58:55 -05:00
shell.py Add cli option force shell show stderr/stdout 2021-02-25 08:00:07 -05:00