Judah Sotomayor
fba5ac850f
- Remove makefile to use a flake for consistency. - Modify convert.py to accept input for filename to open. - Add flake.nix, flake.lock, and .envrc |
||
---|---|---|
.envrc | ||
.gitignore | ||
convert.py | ||
esv.awk | ||
esv.sh | ||
flake.lock | ||
flake.nix | ||
README.org |
Readme
ESV license notes
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.
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.