quran-go

Read Qur'an right in the terminal.
git clone http://git.hanabi.in/repos/quran-go.git
Log | Files | Refs | README | LICENSE

ModeNameSize
-rw-r--r--.gitignore2L
-rw-r--r--LICENSE661L
-rw-r--r--README90L
-rw-r--r--go.mod3L
-rw-r--r--makefile12L
-rw-r--r--man/quran.173L
-rw-r--r--src/cliinput/parse-flags.go31L
-rw-r--r--src/display/decorate/chapter-head.go22L
-rw-r--r--src/display/decorate/end.go25L
-rw-r--r--src/display/translations.go26L
-rw-r--r--src/display/verses.go44L
-rw-r--r--src/driver/default-behaviour.go37L
-rw-r--r--src/driver/run.go37L
-rw-r--r--src/fetch/aayat.go27L
-rw-r--r--src/fetch/all-translations.go28L
-rw-r--r--src/fetch/chapter-details.go18L
-rw-r--r--src/fetch/last-chap.go24L
-rw-r--r--src/fetch/translation-details.go46L
-rw-r--r--src/main.go14L
-rw-r--r--src/print/about.go7L
-rw-r--r--src/print/details.go7L
-rw-r--r--src/print/err.go11L
-rw-r--r--src/print/help.go70L
-rw-r--r--src/print/version.go7L
-rw-r--r--src/quran-com/consts.go7L
-rw-r--r--src/quran-com/http-get.go36L
-rw-r--r--src/types/type.go60L
-rw-r--r--src/utils/check-verse-range.go35L
-rw-r--r--src/utils/format-aayat.go12L
-rw-r--r--src/utils/is-valid-chapter-range.go20L
-rw-r--r--src/utils/parse-input.go65L