Crates.io | the_rock |
lib.rs | the_rock |
version | 0.9.1 |
source | src |
created_at | 2021-03-16 21:39:58.573394 |
updated_at | 2024-08-22 21:39:12.544217 |
description | A command line King James bible viewer |
homepage | |
repository | https://gitlab.com/NoahJelen/the-rock |
max_upload_size | |
id | 369939 |
size | 7,877,608 |
The Rock is a command-line application for Linux systems very similar to that of Debian's bible-kjv
application, but with extra features, like being able to actually read the bible (bible-kjv
is only good for making references to bible passages). This application is under heavy development and is NOT feature complete yet. What you see in the application now can and will change in the near future.
bible-kjv
, this is good for referencing bible passages and verses.The Rock is available in the AUR for Arch Linux and any system based on it (like Manjaro Linux, EndeavourOS, and Artix Linux)
Installation example using yay
: yay -S the-rock
Make sure you have the latest version of Rust installed
Instructions on how to install it are here
Make sure you install the libncurses5-dev and libncursesw5-dev packages before building.
After installing Rust run the following commands:
git clone https://gitlab.com/NoahJelen/the-rock
cd the-rock
./build.sh
<-- This will request root access in order to install the program
To remove: run ./remove.sh
To do: