Mostafa-wael / Quran-cli

A simple command line interface for listening to Quran.

Home Page:https://www.npmjs.com/package/@quran-cli/q-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Show the verses and Tafseer

Mostafa-wael opened this issue · comments

We have already the verses and their Tafseer in English and Arabic uploaded in the data directory.
We only need to show it.

Where should they be shown? My current ideas is to show them in a web page in the borwser for example or in relatively lightweight applicaton like rofi (I know it works on Linux, but I don't know about Windows or Mac).

Mmm, we can show it in the terminal to make the app as minimal as possible, what do you think?

I don't actually know a way to arabic letters in good font in the terminal. So, I suggested the web browser thing for example the user can issue the command from the terminal and it will show up in the browser. But in case you know something to do the job from the terminal, I think yes it would be better to keep the app as minimal as possible.