diff options
author | Jon Bernard <jbernard@tuxion.com> | 2016-01-07 12:45:45 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2016-01-07 12:45:45 -0500 |
commit | 7a18aa69c3abe96fb1e919a159145d07aaeb0257 (patch) | |
tree | 25570ee128ff3efa1ecc376d38e3b4def8c44261 /README.rst | |
parent | 55f4493aae9ba20e2a47c3dabad499a66cef4912 (diff) | |
download | dotfiles-7a18aa69c3abe96fb1e919a159145d07aaeb0257.tar.gz dotfiles-7a18aa69c3abe96fb1e919a159145d07aaeb0257.tar.bz2 dotfiles-7a18aa69c3abe96fb1e919a159145d07aaeb0257.zip |
Update readme to explain recent changes
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +*Update:* I've managed to find some free time recently and have been making +some changes and improvements that hopefully people will appreciate. At the +moment the ``master`` branch is in a state of flux until I get all of the +pieces included. + +Feel free to use the latest stable version ``0.6.4`` on pypi if that's what +you're looking for. + +Over time several features and improvements were merged and I feel now is a +good time to step back and rethink the structure a bit. I think I can support +the ``packages`` feature in a much more general way that doesn't require +configuration file changes and support the other features without having +combinations that break in subtle ways. + +I've reworked the CLI to use click, which means a more git-like interface as +well as shell completion for bash and colored output. + +Thanks for baring with me, I hope to have this new version in good shape and +released soon. There are some changes in interface and behaviour from the +previous version and I hope it doesn't frustrate folks too much. Feel free to +submit an issue if you find something intolerable. + Dotfile management made easy ============================ |