Version 0.2.2
This release adds some new command line options, some tests, and bugfixes
- Bugfix: ignore single-line bar blocks (one of these is in the default config)
- Add the -s "save" option - sets the output file to the path of the input file
- Add the -r "reload" option - calls
i3-msg reload
after writing - Automatically create a backup when writing - backup is written to /tmp/config.bak.[TIMESTAMP]
- Add mocha and chai tests - run with
cake test
- Remove
lib/*.js
from the repository and add a prepublish script to build coffeescript files