Mostafa-wael / Quran-cli

A simple command line interface for listening to Quran.
https://www.npmjs.com/package/@quran-cli/q-cli
83 stars 2 forks source link

[Feature] Show the verses and Tafseer #8

Open Mostafa-wael opened 2 years ago

Mostafa-wael commented 2 years ago

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

BigFish2086 commented 2 years ago

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).

Mostafa-wael commented 2 years ago

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

BigFish2086 commented 2 years ago

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.