Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-04 | Moved command configuration to options.json | Clayton G. Hobbs | |
It makes sense to put all the configuration in one place, no? | |||
2016-02-03 | A few corrections and formatting changes to README | Clayton G. Hobbs | |
Man, nvim in nvim is trippy. What's the right way to do this? | |||
2015-12-27 | Rename blather.py to kaylee.py | Clayton G. Hobbs | |
2015-12-27 | Mention the new dependency in README | Clayton G. Hobbs | |
2015-12-27 | Rewrote language_updater.sh in Python | Clayton G. Hobbs | |
At the same time, I moved the logic to check if the language should be updated into the new LanguageUpdater class. The README has been updated to reflect the fact that you no longer need to do any of this manually ever. | |||
2015-12-27 | Replaced last YAML bit with JSON | Clayton G. Hobbs | |
Hashes are now stored in hash.json, not hash.yaml. Also, we use the XDG configuration directory rather than assuming we should use ~/.config/. Maybe I should also make use of XDG data and/or cache directories. | |||
2015-12-27 | Whoops, two ~ on either side for strikethrough | Clayton G. Hobbs | |
2015-12-27 | Mention self-updating feature in README | Clayton G. Hobbs | |
2015-12-26 | More changes to README | Clayton G. Hobbs | |
This fork is called Kaylee, not Blather. Let's at least be consistent with referring to the program as Kaylee, even if the code is still in blather.py. | |||
2015-12-26 | Update README to reflect the missing Qt UI | Clayton G. Hobbs | |
2015-12-26 | Ported to new pocketsphinx and pygi | Clayton G. Hobbs | |
Gotta keep that stuff up-to-date, yo. Pocketsphinx changed so it needs GStreamer 1.0, and that required rewriting everything to use GObject Introspection instead of the old, static Python bindings for GObject. | |||
2015-08-01 | More format fuckery | Jezra | |
2015-08-01 | Baaaahhh! gitlab markdown processing leaves something to be desired | Jezra | |
2015-08-01 | Added missing return | Jezra | |
2015-08-01 | Added invalid sentence command and valid sentence command to the documentation | Jezra | |
2015-03-15 | Added example for -p flag to README | Jezra | |
2014-05-04 | Reads default startup options from an options.yaml file | Jezra | |
Added some missing files because I'm an idiot |