DESCRIPTION:
The ruby "backend" of Kensei - the email major mode for Emacs.
The Kensei rubygem is basically glue code and provides an easy-to-use API facade for the Emacs frontend code. The kensei emacs lisp code calls the kensei gem as a standard CLI tool, passing the name of the API method and any params as regular arguments. The kensei gem returns results as json.
INSTALL:
sudo gem install kensei
. However it also depends on other CLI tools,
and is just meant to be called by the Kensei Emacs mode - see the
actual Kensei homepage for the full story.
LICENSE:
Kensei is free software licensed under the GNU Affero General Public License (AGPL).