Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trevarj/rsb-cli
Read the Russian Synodal Bible (Синодальный Перевод) from the command line
https://github.com/trevarj/rsb-cli
bible christianity cli command-line orthodox orthodoxy
Last synced: about 1 month ago
JSON representation
Read the Russian Synodal Bible (Синодальный Перевод) from the command line
- Host: GitHub
- URL: https://github.com/trevarj/rsb-cli
- Owner: trevarj
- License: gpl-3.0
- Created: 2022-08-21T18:27:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-22T05:05:01.000Z (over 2 years ago)
- Last Synced: 2024-10-31T01:11:55.736Z (3 months ago)
- Topics: bible, christianity, cli, command-line, orthodox, orthodoxy
- Language: Rust
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rsb-cli
Read the Russian Synodal Bible (Синодальный Перевод) from the command line## Installation
```
➜ git clone [email protected]:trevarj/rsb-cli.git
➜ cargo install --path rsb-cli/
```## Usage
Use `-h` or `--help` to see a list of all arguments.
```
➜ rsb -h
Usage: rsb [OPTIONS]Read the Russian Synodal Bible from the command-line
Optional arguments:
-h, --help prints help messageAvailable commands:
gen Бытие
ex Исход
lev Левит
...
rev Откровение святого Иоанна Богослова
```### Printing a single verse of a chapter of a book:
```
➜ rsb gen 1:1
[Gen 1:1] В начале сотворил Бог небо и землю.
```### Printing select verses of a chapter of a book:
```
➜ rsb gen 1:1-10
[Gen 1:1] В начале сотворил Бог небо и землю.
[Gen 1:2] Земля же была безвидна и пуста, и тьма над бездною, и Дух Божий
носился над водою.
[Gen 1:3] И сказал Бог: да будет свет. И стал свет.
...
[Gen 1:10] И назвал Бог сушу землею, а собрание вод назвал морями. И увидел
Бог, что _это_ хорошо.
```### Printing an entire chapter of a book:
```
➜ rsb gen 1
```### Printing an entire book:
```
➜ rsb gen
```