No description
Find a file
2026-02-04 18:30:15 +01:00
src lexdict: small improvement 2026-01-29 01:50:20 +01:00
.clang-format fix unimportant warnings 2025-12-30 19:19:23 +01:00
.envrc added flake.nix 2025-12-04 15:26:32 +01:00
.gitignore use CMake 2025-12-09 12:01:57 +01:00
CMakeLists.txt Revert "start with pugixml" 2026-01-14 16:22:44 +01:00
flake.lock flake: use unstable 2026-02-04 18:30:15 +01:00
flake.nix flake: use unstable 2026-02-04 18:30:15 +01:00
README.md updated README 2026-01-26 14:02:20 +01:00

sword-to-bn

Simple, hacky tool to get bibles in biblenote format via sword.

Usage

Using Nix

nix run . -- --modules KJV

Without Nix

Requirements

  • local sword library. Can probably be installed via a package, e.g. apt install libsword-dev
  • local argparse library
  • cmake
  • clang or gcc

Build + Execute

mkdir -p ./build
cd ./build
cmake ..
make
cd ..
./build/sword-to-bn --modules KJV

Note that this will not install the sword modules for you, they need to be on your system. You can install them via: