mirror of
1
0
Fork 0
dotbot/dotbot
Anish Athalye c3f271481a Fix handling of base directory
Prior to this patch, Dotbot was relying on running with the base
directory being the current working directory. In practice, it was
relying on the install shim to set up this context. It makes more sense
sense to actually execute `chdir()` within Dotbot itself, rather than
relying on the install shim to do so.
2018-05-24 12:57:49 -04:00
..
messenger Fix compatibility 2015-01-26 10:36:36 -05:00
util Add plugin loader 2016-02-06 15:14:35 -05:00
__init__.py Add plugin loader 2016-02-06 15:14:35 -05:00
cli.py Fix handling of base directory 2018-05-24 12:57:49 -04:00
config.py Fix compatibility with Python 3 2016-01-15 01:21:16 -05:00
context.py Add default options 2016-03-03 09:42:50 -05:00
dispatcher.py Implement globbing support 2018-04-13 08:49:02 -04:00
plugin.py Add default options 2016-03-03 09:42:50 -05:00