summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* Fix linkAnish Athalye2016-03-26
|
* Add link to wikiAnish Athalye2016-03-20
|
* Add default optionsAnish Athalye2016-03-03
| | | | | This feature was implemented with feedback from Aleks Kamko <aykamko@gmail.com> and Casey Rodarmor <casey@rodarmor.com>.
* Add functionality to create relative linksAnish Athalye2016-02-14
| | | | | | | This commit adds an option to the extended configuration syntax for linking files and directories. Enabling the relative option makes it so that symbolic links are created with relative paths instead of absolute paths.
* Add documentation and tests for pluginsAnish Athalye2016-02-06
|
* Update datesAnish Athalye2016-01-31
|
* Add Travis CI supportBenjamin Chrétien2016-01-16
| | | | | The test suite has been slightly modified to allow running tests without Vagrant on Travis.
* Use standard library JSON parser for JSON filesAnish Athalye2016-01-13
| | | | | | This patch reverts the changes to the README made in 57265f78b4e4f6ca67393f55b2b08f6f45a02ff1 and makes it so that Dotbot supports JSON files with tab characters.
* Add hook showing usage to READMEAnish Athalye2016-01-11
|
* Add note to README about JSON parsingAnish Athalye2016-01-11
| | | | | | | Casey Rodarmor <casey@rodarmor.com> pointed out that Dotbot parses JSON files as YAML. The YAML format doesn't allow tab characters, which are normally allowed in JSON. This patch adds a note about this to the README.
* Fix typoAnish Athalye2015-10-19
|
* Add link to init-dotfiles repository to READMEAnish Athalye2015-06-11
|
* Fix typos in READMEThe Aviator2015-06-08
|
* Restore information to READMEAnish Athalye2015-06-02
| | | | | | | The information that was added in 115210ab1725fcb3e5dbe48d4488f71389704e95 was removed in 4ed3ffc411f662f66082dad91d4ae4ff83c04f7b when reorganizing the README. This commit restores the information.
* Add Mercurial install scriptAnish Athalye2015-05-22
|
* Add environment variable expansion in link pathsAnish Athalye2015-05-12
| | | | This feature was proposed by Brian Knobbs <brian@redlattice.com>.
* Update READMEAnish Athalye2015-05-04
|
* Add functionality to overwrite broken linksAnish Athalye2015-05-02
| | | | | | | This commit adds an option to the extended configuration syntax for linking files and directories. The relink option is a safe alternative to forcibly linking that only removes broken symbolic links, so it cannot result in data loss.
* Reorganize READMEJoshua Blum2015-04-27
|
* Add information about spacing and formattingAnish Athalye2015-03-26
|
* Add information about upgradingAnish Athalye2015-02-12
|
* Fix typoAnish Athalye2015-02-12
|
* Remove JSON configuration examplesAnish Athalye2015-02-10
|
* Revert "Update README"Anish Athalye2015-02-05
| | | | This reverts commit f7a291c780c3fb5df8e738e0ee34bf7560857ddd.
* Update READMEAnish Athalye2015-02-03
| | | | Add note on array syntax for shell commands being deprecated.
* Add more options for shell commandsAnish Athalye2015-02-03
| | | | | | This commit introduces an extended configuration syntax for shell commands. This syntax allows for specifying whether the stdin, stdout, and stderr streams are enabled.
* Update datesAnish Athalye2015-01-19
|
* Update READMEAnish Athalye2014-12-27
| | | | | Add a note about copying the install script and not using a symbolic link.
* Add information on contributingAnish Athalye2014-12-20
|
* Add YAML supportAnish Athalye2014-10-27
| | | | | | Add support for YAML format configuration files. In addition, this commit adds instructions about YAML config files to the README, and it also changes the README to encourage use of YAML instead of JSON.
* Add functionality to create parent directoriesAnish Athalye2014-10-22
| | | | | | | This commit introduces an additional option for extended configuration syntax for linking. It adds the "create" parameter which results in automatically creating a parent directory if necessary before linking a file.
* Add functionality to forcibly link itemsAnish Athalye2014-10-22
| | | | | | | | | | This commit introduces an extended configuration syntax for linking files and directories. Currently, this syntax allows for specifying items to be forcibly linked, overwriting existing files or directories if necessary. The extended configuration syntax was proposed by Travers McInerney <travers@mcinerney.me>.
* Update READMEAnish Athalye2014-10-22
| | | | | Improve documentation with specification and an example for each type of task.
* Add link to tutorialAnish Athalye2014-08-18
|
* Update READMEAnish Athalye2014-08-03
|
* Update READMEAnish Athalye2014-07-22
|
* Add Cleaner executorAnish Athalye2014-06-08
|
* Update READMEAnish Athalye2014-05-30
|
* Update READMEAnish Athalye2014-03-21
|
* Add READMEAnish Athalye2014-03-20