Releases: timotheosh/cbible
Second Beta
Removed dependencies on boost.
Updated travis unit tests to use docker.
Program should compile with either g++ or clang++.
First Beta
Uses a config file for setting the default Bible version (single user, only, in ~/.cbible.cfg). The config file is created when the program is used for the first time.
The ability to write and retrieve entries in the Sword Project's Personal commentary.
An elisp minor mode that works well with org-mode for inserting Scripture references, and commentary text.
Alpha v0.03
Some bug fixes.
Code in currentRef() was redundant.
Moved verse incrementation to only happen when you press enter with no text.
Alpha
This has a lil' more functionality. It increments verses automatically when o other input is given. It also has the undocumented feature of switching Sword modules by typing in '?' and then the Module you want to use.
So for example, you want to use the ESV, you type at the prompt:
? ESV
If you want a list of Modules, just type '?' and enter.
Alpha
This is not complete with features, but is a basic commandline program with some readline history functionality. It is curreently hardcoded to use one Bible version (KJV).