read the Bible from your terminal
Find a file
2025-04-30 22:40:03 +12:00
.editorconfig esv.el: remove 2024-08-08 17:56:09 +12:00
.gitignore configure: pregenerate interface files 2024-08-08 17:56:09 +12:00
config.di esv: refactor compile time configuration 2024-08-08 17:56:09 +12:00
configure configure: allow enabling unit tests 2024-08-08 17:56:09 +12:00
COPYING migrate to initial.d over dini 2024-06-26 13:47:48 +12:00
esv.1 esv.1: document hyphens in book names 2024-08-08 17:56:09 +12:00
esv.conf.5 esv.conf.5: revise and update 2024-08-08 17:56:09 +12:00
esv.d tree: update copyright to 2025 2025-01-29 11:37:27 +13:00
esvapi.d tree: update copyright to 2025 2025-01-29 11:37:27 +13:00
esvsearch.1 esvsearch.1: init man page 2024-08-08 17:56:09 +12:00
esvsearch.d tree: update copyright to 2025 2025-01-29 11:37:27 +13:00
flake.lock add nix flake 2024-06-26 13:47:48 +12:00
flake.nix add nix flake 2024-06-26 13:47:48 +12:00
initial.d initial: re-vendor @ a3d17fd 2024-08-08 17:56:50 +12:00
Makefile esvsearch.1: init man page 2024-08-08 17:56:09 +12:00
README README: add minimal readme 2025-04-30 22:40:03 +12:00
util.d util: add unittest for parseBook() 2024-08-08 17:56:09 +12:00

This is esv, a program that displays Bible passages on the terminal.

To build, first install the LDC compiler and libcurl.
Configure the build environment, compile and optionally install:

  $ ./configure
  $ make
  # make install

Documentation can be found in the man page esv(1). A quick start guide
is provided at the project's website <https://reformers.dev/esv>.

Written by Jeremy Baxter <jeremy@reformers.dev>