Skip to content

Commit 6d902cf

Browse files
committed
project renaming
1 parent fbf10d4 commit 6d902cf

8 files changed

Lines changed: 16 additions & 15 deletions

File tree

MANUAL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
Usage: cli.py [OPTIONS] [REFERENCE]
44
[EXTRA_ARGS]...
55
6-
BibleCLI - Command-line interface for the Greek
6+
# ScripturesApp User Manual
7+
ine interface for the Greek
78
New Testament & Hebrew Bible
89
910
DESCRIPTION

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bible CLI Tool
1+
# ScripturesApp Tool
22

33
A command-line interface for reading verses in Greek (N1904 or LXX), Hebrew (BHSA), English (Berean Interlinear Bible), French (TOB or BJ) and Arabic (Ketab al-Nabi).
44

@@ -22,7 +22,7 @@ v1. Au commencement, Dieu créa le ciel et la terre.
2222
فِي الْبَدْءِ خَلَقَ اللهُ السَّمَاوَاتِ وَالأَرْضَ،
2323
v2. La terre était déserte et vide, et la ténèbre à la surface de l'abîme; le souffle de Dieu planait à la surface des eaux,
2424
ἡ δὲ γῆ ἦν ἀόρατος καὶ ἀκατασκεύαστος καὶ σκότος ἐπάνω τῆς ἀβύσσου καὶ πνεῦμα θεοῦ ἐπεφέρετο ἐπάνω τοῦ ὕδατος
25-
וְ הָ אָ֗רֶץ הָיְתָ֥ה תֹ֨הוּ֙ וָ בֹ֔הוּ וְ חֹ֖שֶׁךְ עַל פְּנֵ֣י תְהֹ֑ום וְ ר֣וּחַ אֱלֹהִ֔ים מְרַחֶ֖פֶת עַל פְּנֵ֥י הַ מָּֽיִם
25+
וְ הָ אָ֗רֶץ הָיְתָ֥ה תֹ֨הוּ֙ וָ בֹ֔הוּ וְ חֹ֖שֶׁךְ עַל פְּנֵ֣י תְהֹ֑ום וְ ר֣וּחַ אֱלֹהִ֔ים מְרַחֶ֖פֶת עַל פְּנֵ֥י הַ מָּֽיִם
2626
وَإِذْ كَانَتِ الأَرْضُ مُشَوَّشَةً وَمُقْفِرَةً وَتَكْتَنِفُ الظُّلْمَةُ وَجْهَ الْمِيَاهِ، وَإِذْ كَانَ رُوحُ اللهِ يُرَفْرِفُ عَلَى سَطْحِ الْمِيَاهِ،
2727
v3. et Dieu dit: «Que la lumière soit!» Et la lumière fut.
2828
καὶ εἶπεν ὁ θεός γενηθήτω φῶς καὶ ἐγένετο φῶς
@@ -33,8 +33,8 @@ v3. et Dieu dit: «Que la lumière soit!» Et la lumière fut.
3333
# Installation
3434

3535
```sh
36-
git clone git@github.com:ronanguilloux/biblecli.git
37-
cd biblecli
36+
git clone https://github.com/yourusername/ScripturesApp.git
37+
cd ScripturesApp
3838
make install
3939
bin/biblecli "Mk 1:1" # A simple query to test the installation
4040
```

bin/biblecli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ else
2323
fi
2424

2525
# Run the main script with all passed arguments
26-
python3 $BIBLE_DIR/src/cli.py "$@"
26+
"$VENV_DIR/bin/python3" $BIBLE_DIR/src/cli.py "$@"

docs/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.1.0",
33
"info": {
4-
"title": "BibleCLI API",
4+
"title": "ScripturesApp API",
55
"description": "Backend for BibleCLI Native App",
66
"version": "1.0.0"
77
},

macos/Sources/BibleApp/App/ServerManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class ServerManager: ObservableObject {
44
static let shared = ServerManager()
55

66
// Keys for UserDefaults
7-
private let kServerPath = "BibleCLI_ServerPath"
7+
private let kServerPath = "ScripturesApp_ServerPath"
88

99
// Default fallback path (optional, or empty)
1010
private let defaultPath = "/Users/ronan/Documents/Gemini/antigravity/biblecli"

macos/Sources/BibleApp/Views/SettingsView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import SwiftUI
22

33
struct SettingsView: View {
4-
@AppStorage("BibleCLI_ServerPath") private var serverPath: String = "/Users/ronan/Documents/Gemini/antigravity/biblecli"
4+
@AppStorage("ScripturesApp_ServerPath") private var serverPath: String = "/Users/ronan/Documents/Gemini/antigravity/biblecli"
55
@Environment(\.dismiss) var dismiss
66

77
var body: some View {
@@ -10,7 +10,7 @@ struct SettingsView: View {
1010
.font(.headline)
1111

1212
VStack(alignment: .leading) {
13-
Text("BibleCLI Project Path:")
13+
Text("ScripturesApp Project Path:")
1414
.font(.caption)
1515
.foregroundColor(.secondary)
1616

src/api/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
from domain.models import VerseResponse
1616

1717
app = FastAPI(
18-
title="BibleCLI API",
19-
description="Backend for BibleCLI Native App",
18+
title="ScripturesApp API",
19+
description="Backend for ScripturesApp Native App",
2020
version="1.0.0"
2121
)
2222

src/cli.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from book_normalizer import BookNormalizer
88
from references_db import ReferenceDatabase
99

10-
app = typer.Typer(help="BibleCLI - Modern Python Bible Reader", context_settings={"help_option_names": ["-h", "--help"]})
10+
app = typer.Typer(help="ScripturesApp - Modern Python Bible Reader", context_settings={"help_option_names": ["-h", "--help"]})
1111

1212
class AdapterFactory:
1313
_adapter = None
@@ -61,10 +61,10 @@ def main(
6161
extra_args: Annotated[Optional[List[str]], typer.Argument(help="Extra translation arguments for compatibility")] = None,
6262
):
6363
"""
64-
BibleCLI - Command-line interface for the Greek New Testament & Hebrew Bible
64+
ScripturesApp - Command-line interface for the Greek New Testament & Hebrew Bible
6565
6666
DESCRIPTION
67-
biblecli is a tool for reading and researching the Bible in its original
67+
scripturesapp (biblecli) is a tool for reading and researching the Bible in its original
6868
languages and modern translations. It supports:
6969
- Greek New Testament (Nestle 1904)
7070
- Hebrew Masoretic Text (BHSA - Biblia Hebraica Stuttgartensia)

0 commit comments

Comments
 (0)