No description
  • C++ 88.8%
  • Nix 8.9%
  • CMake 2.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-17 20:48:29 +02:00
src small changes 2026-04-16 22:36:03 +02:00
.clang-format fix unimportant warnings 2025-12-30 19:19:23 +01:00
.gitignore flake: reformat 2026-08-17 20:48:09 +02:00
CMakeLists.txt Revert "start with pugixml" 2026-01-14 16:22:44 +01:00
flake.lock flake: update 2026-08-17 20:48:29 +02:00
flake.nix flake: reformat 2026-08-17 20:48:09 +02:00
README.md updated README 2026-01-26 14:02:20 +01:00
shell.nix flake: reformat 2026-08-17 20:48:09 +02: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: