1.0.3 • Published 1 year ago
dhikr v1.0.3
Dhikr
A small script to show a random dhikr/sunnah in your terminal

Instaltion :
npm i -g dhikrUsage :
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  ├────┘    └──────────────┘ 
 │              │                          
 └──────────────┘