summary refs log tree commit diff
path: root/README.md
AgeCommit message (Collapse)Author
2016-02-04Moved command configuration to options.jsonClayton G. Hobbs
It makes sense to put all the configuration in one place, no?
2016-02-03A few corrections and formatting changes to READMEClayton G. Hobbs
Man, nvim in nvim is trippy. What's the right way to do this?
2015-12-27Rename blather.py to kaylee.pyClayton G. Hobbs
2015-12-27Mention the new dependency in READMEClayton G. Hobbs
2015-12-27Rewrote language_updater.sh in PythonClayton 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-27Replaced last YAML bit with JSONClayton 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-27Whoops, two ~ on either side for strikethroughClayton G. Hobbs
2015-12-27Mention self-updating feature in READMEClayton G. Hobbs
2015-12-26More changes to READMEClayton 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-26Update README to reflect the missing Qt UIClayton G. Hobbs
2015-12-26Ported to new pocketsphinx and pygiClayton 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-01More format fuckeryJezra
2015-08-01Baaaahhh! gitlab markdown processing leaves something to be desiredJezra
2015-08-01Added missing returnJezra
2015-08-01Added invalid sentence command and valid sentence command to the documentationJezra
2015-03-15Added example for -p flag to READMEJezra
2014-05-04Reads default startup options from an options.yaml fileJezra
Added some missing files because I'm an idiot