bbl

Read, search and index the Bible on the command line -- Greek, Latin, KJV, Knox, RSV, and more
git clone git://git.wilsonrgheen.com/bbl
Log | Files | Refs | README | LICENSE

aliasrc.sample (211B)


      1 # Bible
      2 alias \
      3         drb="bbl --douay" \
      4         grb="bbl --greek" \
      5         njb="bbl --jerusalem" \
      6         knx="bbl --knox" \
      7         kjv="bbl --kjv" \
      8         rsv="bbl --rsv" \
      9         vul="bbl --vulgate"