dhikr
v1.0.3
Published
Show a random sunnah/dhikr in your terminal
Downloads
6
Readme
Dhikr
A small script to show a random dhikr/sunnah in your terminal
Instaltion :
npm i -g dhikr
Usage :
dhikr [options]
Options:
--ar display in arabic (it well render incorrectly in most terminal)
--separator -s the separator between the dhikr and the category of the dhiker, default '-'
The Database :
the database used is a sqlite db, the actual contents of the database is scraped from hisn al muslim here is the database schemes:
┌──────────────┐ ┌──────────────┐
│ sunnan │ │ category │
├──────────────┤ ├──────────────┤
│ │ │ │
├─sunnah_id │ ┌───►├─id │
│ │ │ │ │
├─ar │ │ ├─ar │
│ │ │ │ │
├─en │ │ ├─en │
│ │ │ │ │
├─category_id ├────┘ └──────────────┘
│ │
└──────────────┘