mirror of
https://github.com/SchweGELBin/Bible4TUI.git
synced 2026-08-24 10:36:09 +02:00
Bible program for the terminal
- Rust 93.5%
- Nix 6.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| docs | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| cliff.toml | ||
| default.nix | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
Bible4TUI
- 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