summaryrefslogtreecommitdiff
path: root/dotbot/cli.py
Commit message (Collapse)AuthorAge
* Add option --no-color to suppress colorization of outputPhilip Hallstrom2018-10-06
| | | | | | By default, if output is a TTY, dotbot will colorize the output. This patch adds the option to pass `--no-color` to dotbot to have it suppress this colorization.
* Include built-in plugins in PyPI distributionAnish Athalye2018-06-11
|
* Add PyPI packageAnish Athalye2018-05-30
| | | | | This patch also makes the '-d' argument optional, with the base directory defaulting to the directory of the configuration file.
* Fix handling of base directoryAnish Athalye2018-05-24
| | | | | | | | 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.
* Add plugin loaderCasey Rodarmor2016-02-06
|
* Improve error message for malformed filesAnish Athalye2015-04-26
| | | | | This patch makes Dotbot warn the user and gracefully exit when the configuration file is not a list.
* Fix styleAnish Athalye2015-04-24
| | | | Fix formatting of keyword arguments according to PEP 8.
* Add keyboard interrupt handlerAnish Athalye2014-07-19
|
* Initial commitAnish Athalye2014-03-20