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
- This README.md is for the
main
branch, which is used for development, if you want to download, use the releases section, read the corresponding README.md as the interface may change.