Skip to content

khalidzahra/qurandw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qurandw

Download whole Quran chapters in one click

  • Open the app
  • Choose the reciter by inputting his number
  • Wait till download is done

CLI options:

# create all directories/files in English
# defaults to ar - [ISO 639-1 language code]
./qurandw --locale en 

# specify a download directory
# note that a subdirectory will be created for the reciter
# defaults to current work directory
./qurandw --output ./downloads 

# download small chapters first (Quran in reverse order)
# defaults to false
./qurandw --reverse true

# download in batches of 20, defaults to 10
./qurandw --batches 20

# download chapter by id (downloads all chapters if the id is invalid)
./qurandw --chapterid 1

# download chapter by name
./qurandw --chapter Al-Fatihah

Note that on *NIX systems, you'll need to set proper file permissions

chmod +x ./qurandw-darwin-arm64

Then open the app

./qurandw-darwin-arm64

About

Download Quran in one hit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.6%
  • Shell 3.4%