{"id":16272221,"url":"https://github.com/eliranwong/bible","last_synced_at":"2025-09-08T18:35:02.813Z","repository":{"id":107360344,"uuid":"202687862","full_name":"eliranwong/bible","owner":"eliranwong","description":"Bible Tools written in Dart programming language","archived":false,"fork":false,"pushed_at":"2020-12-28T08:47:35.000Z","size":19907,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-02T20:57:20.834Z","etag":null,"topics":["bible","biblebento","dart","flutter","google","marvelbible","scripture","uniquebible"],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eliranwong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-16T08:18:28.000Z","updated_at":"2024-10-25T21:13:40.000Z","dependencies_parsed_at":"2023-03-05T10:45:37.246Z","dependency_job_id":null,"html_url":"https://github.com/eliranwong/bible","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eliranwong/bible","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliranwong%2Fbible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliranwong%2Fbible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliranwong%2Fbible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliranwong%2Fbible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eliranwong","download_url":"https://codeload.github.com/eliranwong/bible/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliranwong%2Fbible/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274229373,"owners_count":25245188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bible","biblebento","dart","flutter","google","marvelbible","scripture","uniquebible"],"created_at":"2024-10-10T18:16:45.506Z","updated_at":"2025-09-08T18:35:02.773Z","avatar_url":"https://github.com/eliranwong.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bible (formerly known as DartBible project)\nA simple cross-platform command line tool for reading, searching, comparing and studying bibles.\n\nBible Tools written in \u003ca href=\"dart.dev\"\u003eDart programming language\u003c/a\u003e.\n\nDeveloped from Dart version 2.4.0\n\n# aim\nTo develop a set of cross-platform codes on bible tools\n\n# objectives\nTo develop a command line version of bible app\n\nTo develop a set of scripts for further development of mobile app:\u003cbr\u003e\nMobile iOS and Andriod versions are developed and shared at \u003ca href=\"https://github.com/eliranwong/DartBible-Flutter\"\u003ehttps://github.com/eliranwong/DartBible-Flutter\u003c/a\u003e\n\n# Manual\n\nAt the moment , you may try commands like:\n\nTo \"open\" John 3:16 in KJV bible:\n* dart bin/main.dart open KJV John 3:16\n\nTo \"open\" multiple verses (e.g. John 3:16-18, Rom 5:8, 3:23, 2Ti 3:14-16, Ge 1:5, 8, 13) in KJV bible:\n* dart bin/main.dart open KJV John 3:16-18, Rom 5:8, 3:23, 2Ti 3:14-1, Ge 1:5, 8, 13\n\nTo \"search\" for verses containing \"Christ Jesus\":\n* dart bin/main.dart search KJV Christ Jesus\n\nTo \"search\" with standard regular expressions, e.g.:\n* dart bin/main.dart search KJV Christ.*?Jesus\n\nTo \"compare\" John 3:16 in all installed bibles:\n* dart bin/main.dart compare ALL John 3:16\n\nTo \"compare\" John 3:16 only in NET and KJV:\n* dart bin/main.dart compare NET_KJV John 3:16\n\nTo \"compare\" multiple entries, e.g.:\n* dart bin/main.dart compare ALL John 3:16, Rom 5:8\n* dart bin/main.dart compare NET_KJV_WEB John 3:16, Rom 5:8\n\nTo display chapter John 3 in \"parallel\" modes, with verse 16 highlighted (e.g. NET \u0026 KJV):\n* dart bin/main.dart parallel NET_KJV John 3:16\n\nTo display cross-\"reference\" verse(s) related to John 3:16 in KJV bible:\n* dart bin/main.dart reference KJV John 3:16\n\n\u003ci\u003e\u003cb\u003eRemarks:\u003c/b\u003e\u003c/i\u003e\n* Please use \",\" instead of \";\" to separate verses in command lines.\n* Common abbreviations are supported.\n* Please note the difference between \"compare\" and \"parallel\".\n* \"compare\" accepts multiple entries of verse references whereas \"parallel\" ignores.\n* \"parallel\" displays a full chapter with a particular verse highlighted whereas \"compare\" shows particular verse(s) only.\n* \"parallel\" can use no more than 2 versions [at the moment] whereas \"compare\" can use as many as installed versions.\n* Regular expression is turned on by default for searching bibles.  Use \\ to escape characters like ()[].*? .\n\n# Standalone apps\n\nIt means you can use it directly on Windows, macOS and Linux, without installation.\n\nRead the following example.\n\n# Example - Setup in Linux / Chrome OS\n\nhttps://github.com/eliranwong/Chrome-OS-Linux/blob/master/unique-bible-app/command-line.md\n\n\u003cimg src=\"screenshot.png\"\u003e\n\n# siblings\nFor offline desktop version, we have:\nUniqueBible.app at \u003ca href=\"https://github.com/eliranwong/UniqueBible\"\u003ehttps://github.com/eliranwong/UniqueBible\u003c/a\u003e.\n\nFor online versions, iOS app, ...\nVisit \u003ca href=\"https://BibleTools.app\"\u003ehttps://BibleTools.app\u003c/a\u003e for more apps / information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliranwong%2Fbible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feliranwong%2Fbible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliranwong%2Fbible/lists"}