Go to file
2024-09-18 08:54:31 -04:00
.envrc feat(nix): Replace Makefile with flake 2024-09-18 08:42:01 -04:00
.gitignore feat(nix): Replace Makefile with flake 2024-09-18 08:42:01 -04:00
convert.py feat(nix): Replace Makefile with flake 2024-09-18 08:42:01 -04:00
esv.awk feat[Make] Copied scripts from kjv 2024-03-04 17:32:08 -05:00
esv.sh feat(nix): Replace Makefile with flake 2024-09-18 08:42:01 -04:00
flake.lock feat(nix): Replace Makefile with flake 2024-09-18 08:42:01 -04:00
flake.nix feat(nix): Replace Makefile with flake 2024-09-18 08:42:01 -04:00
README.org docs: Updated readme 2024-09-18 08:54:31 -04:00

Readme

ESV license notes

The ESV license doesn't allow me to distribute copies of the ESV with this project. Therefore, this project has a derivation to fetch a copy and convert it appropriately.

Build

Previous versions of this script used a Makefile. The current version uses a nix flake, because I wanted practice writing flakes.

git clone https://git.freedomland.xyz/judahsotomayor/esv
cd esv
nix build

Use

esv John 3:16
John
3:16	“For God so loved the world, that he gave his only Son, that whoever
	believes in him should not perish but have eternal life.

Credits

Thanks to Luke Smith's kjv project. I took the awk scripts, Makefile, and shell script from him.

https://github.com/LukeSmithxyz/kjv