kjv

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

README.md (1621B)


      1 # kjv [![AUR](https://img.shields.io/badge/AUR-kjv--git-blue.svg)](https://aur.archlinux.org/packages/kjv-git/)
      2 
      3 Read the Word of God from your terminal
      4 
      5 ## Usage
      6 
      7     usage: kjv [flags] [reference...]
      8 
      9     Flags:
     10       -A num  show num verses of context after matching verses
     11       -B num  show num verses of context before matching verses
     12       -C      show matching verses in context of the chapter
     13       -e      highlighting of chapters and verse numbers
     14               (default when output is a TTY)
     15       -p      output to less with chapter grouping, spacing, indentation,
     16               and line wrapping
     17               (default when output is a TTY)
     18       -l      list books
     19       -h      show help
     20 
     21     Reference:
     22         <Book>
     23             Individual book
     24         <Book>:<Chapter>
     25             Individual chapter of a book
     26         <Book>:<Chapter>:<Verse>[,<Verse>]...
     27             Individual verse(s) of a specific chapter of a book
     28         <Book>:<Chapter>-<Chapter>
     29             Range of chapters in a book
     30         <Book>:<Chapter>:<Verse>-<Verse>
     31             Range of verses in a book chapter
     32         <Book>:<Chapter>:<Verse>-<Chapter>:<Verse>
     33             Range of chapters and verses in a book
     34 
     35         /<Search>
     36             All verses that match a pattern
     37         <Book>/<Search>
     38             All verses in a book that match a pattern
     39         <Book>:<Chapter>/<Search>
     40             All verses in a chapter of a book that match a pattern
     41 
     42 ## Build
     43 
     44 kjv can be built by cloning the repository and then running make:
     45 
     46     git clone https://github.com/krisyotam/kjv.git
     47     cd kjv
     48     make
     49 
     50 ## License
     51 
     52 Public domain