Bible program for the terminal
  • Rust 93.5%
  • Nix 6.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-03-09 20:51:33 +01:00
docs chore: bump to 0.5.1 2026-03-09 20:51:33 +01:00
src fix: automatically verify checksums of translations 2026-03-09 20:44:42 +01:00
.gitignore chore: init 2025-08-18 12:50:05 +02:00
Cargo.lock chore: bump to 0.5.1 2026-03-09 20:51:33 +01:00
Cargo.toml chore: bump to 0.5.1 2026-03-09 20:51:33 +01:00
cliff.toml chore: init 2025-08-18 12:50:05 +02:00
default.nix chore: bump to 0.5.1 2026-03-09 20:51:33 +01:00
flake.lock chore(deps): update 2025-09-19 12:03:45 +02:00
flake.nix chore: init 2025-08-18 12:50:05 +02:00
LICENSE docs(license): update copyright year 2026-01-01 16:40:00 +01:00

Bible4TUI

GitHub Downloads (all assets, all releases) GitHub License GitHub Release

  • Bible program for the terminal
  • Available in my nur expressions repo
  • This program is very experimental and should not be used in the current state

Build

General

git clone https://github.com/SchweGELBin/Bible4TUI.git
cd Bible4TUI
cargo build --release

Binary will be at ./target/release/bible4tui

Nix

nix build github:SchweGELBin/Bible4TUI

Binary will be at ./result/bin/bible4tui