bbl icon indicating copy to clipboard operation
bbl copied to clipboard

Read, search Holy Bible in command line

Results 3 bbl issues
Sort by recently updated
recently updated
newest added

Current error message: ``` E:\code>bbl 2co 13:15 in jc Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 14 out of bounds for length 13 at [email protected]/org.gnit.bible.MainKt.selectVerses(Main.kt:68) at [email protected]/org.gnit.bible.In.run(Main.kt:127) at [email protected]/com.github.ajalt.clikt.parsers.Parser.parse(Parser.kt:198) at [email protected]/com.github.ajalt.clikt.parsers.Parser.parse(Parser.kt:211)...

Following can be running in CI. - [x] ```gradle test``` - [ ] ```bundle exec rspec && bundle exec kitchen test``` in [bbl_install](https://github.com/nehemiaharchives/bbl/tree/master/bbl_install) dir - [ ] create .msi installer...

By following [clikt documentation](https://ajalt.github.io/clikt/autocomplete/), bash completion can be implemented.