read the Bible from your terminal https://www.janksystems.org/software/esv
  • D 78.5%
  • Roff 17.8%
  • Makefile 2.2%
  • Nix 1.5%
Find a file
2026-06-11 22:33:30 +12:00
.editorconfig esv.el: remove 2024-08-08 17:56:09 +12:00
.gitignore esvhtml: add program 2026-05-06 22:12:50 +12:00
config.di esv-0.3.0 2025-05-01 20:09:59 +12:00
configure configure: allow enabling unit tests 2024-08-08 17:56:09 +12:00
COPYING tree: relicense under GNU AGPL version 3 2026-05-06 21:56:45 +12:00
esv.1 tree: fix project page link 2026-06-11 22:33:30 +12:00
esv.conf.5 esv.conf.5: revise 2025-05-01 20:07:35 +12:00
esv.d esv, esvsearch: change version format 2026-05-06 21:59:20 +12:00
esvapi.d esvapi: add getHTMLPassage() 2026-05-06 22:11:13 +12:00
esvhtml.1 tree: fix project page link 2026-06-11 22:33:30 +12:00
esvhtml.d esvhtml: add program 2026-05-06 22:12:50 +12:00
esvsearch.1 tree: fix project page link 2026-06-11 22:33:30 +12:00
esvsearch.d esv, esvsearch: change version format 2026-05-06 21:59:20 +12: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 esvhtml.1: init man page 2026-06-11 21:10:40 +12:00
README tree: fix project page link 2026-06-11 22:33:30 +12:00
util.d util: add unittest for parseBook() 2024-08-08 17:56:09 +12:00

This is esv 0.3.0, 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://www.janksystems.org/software/esv

Written by Jeremy Baxter <jeremy@baxters.nz>