Go to file
2024-03-04 22:35:35 -05:00
.gitignore feat[converter] Added converter tools 2024-03-04 21:21:02 -05:00
convert.py feat[converter] Added converter tools 2024-03-04 21:21:02 -05:00
esv.awk feat[Make] Copied scripts from kjv 2024-03-04 17:32:08 -05:00
esv.sh feat[Make] Copied scripts from kjv 2024-03-04 17:32:08 -05:00
Makefile feat[converter] Added converter tools 2024-03-04 21:21:02 -05:00
README.org feat[readme] Updated readme 2024-03-04 22:35:35 -05:00

Readme

Download ESV

The ESV license doesn't allow me to distribute copies of the ESV with this project. I've requested permission, but in the meantime the project will automatically download a copy of the ESV from the Bolls api.

make download

You can use this command, or simply call

make} / src_shell{make install
. If esv.tsv does not exist in the directory it will automatically be created.

Install

git clone https://git.freedomland.xyz/judahsotomayor/esv
cd esv
sudo make install

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