{"id":26399532,"url":"https://github.com/samiulahmedjoy/hisnulmuslim","last_synced_at":"2026-05-14T21:01:23.246Z","repository":{"id":270017572,"uuid":"909149481","full_name":"samiulahmedjoy/hisnulmuslim","owner":"samiulahmedjoy","description":"Read the daily Dua's and Zikr's from your terminal","archived":false,"fork":false,"pushed_at":"2025-01-16T12:07:28.000Z","size":67,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T13:34:49.345Z","etag":null,"topics":["hisnul-muslim","islamic-works","linux","teminal","zikr"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samiulahmedjoy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-27T21:29:38.000Z","updated_at":"2025-01-16T12:07:29.000Z","dependencies_parsed_at":"2024-12-27T22:35:04.832Z","dependency_job_id":null,"html_url":"https://github.com/samiulahmedjoy/hisnulmuslim","commit_stats":null,"previous_names":["samiulahmedjoy/hisnulmuslim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samiulahmedjoy/hisnulmuslim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samiulahmedjoy%2Fhisnulmuslim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samiulahmedjoy%2Fhisnulmuslim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samiulahmedjoy%2Fhisnulmuslim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samiulahmedjoy%2Fhisnulmuslim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samiulahmedjoy","download_url":"https://codeload.github.com/samiulahmedjoy/hisnulmuslim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samiulahmedjoy%2Fhisnulmuslim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33043249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hisnul-muslim","islamic-works","linux","teminal","zikr"],"created_at":"2025-03-17T13:30:18.687Z","updated_at":"2026-05-14T21:01:23.231Z","avatar_url":"https://github.com/samiulahmedjoy.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Hisn al-Muslim\n\nRead the daily zikr and dua's in the terminal from the Hisn al-Muslim book(Fortress of Muslim). All the contents were taken from [https://sunnah.com](sunnah.com) website.\n\nIt contains only the transliteration(the preservation of pronunciation) and translation portion. I've omitted arabic alphabets because arabic fonts rarely renders properly onto terminals.\n\n\n## Basic Structure\n\nHere's a basic structure overview of the main_hisnulmuslim.txt file\n\n```\n    Chapter 1 title\n    \t|\n    \t|------ Dua no 1\n    \t|------ Dua no 2\n    \t|------ Dua no 3\n    \n    Chapter 2 title\n    \t|\n    \t|------ Dua no 1\n    \t|------ Dua no 2\n    \n    Chapter 3 title\n    \t|\n    \t|------ Dua no 1\n    \t|------ Dua no 2\n\n```\n\n\n## Usage\n\nThe usage is fairly simple; Running with -h flag prints out the usage;\n\n```\n    $ hisnulmuslim -h\n    \n    Usage\n    -l or --list         Index of dua's\n    -s or --search       Search for a keyword\n    -c or --chapter      Prints out an entire chapter\n    -n or --number       Prints out an entire chapter by chapter number,\n                         to get chapter number, see the --list first\n\n    -cs or --chapsearch  Search for chapter containing keyword\n    -eg or --example     Prints out some example\n    -h or --help         Prints out this help message\n```\n\n* The `-l` or `--list` flag prints out the entire 132 index of dua's\n* The `-s` or `--search` flag does a general search for a `keyword` from user input\n* The `-c` or `--chapter` flag prints out an entire chapter\n* The `-cs` or `chapsearch` flag searches for a `keyword` in a title and prints that entire chapter\n\nFor easier use; I've also included an example section;\n\n```\n    $ hisnulmuslim -eg\n    \n    Some examples\n    hisnulmuslim -s 'travel'     Will print all dua's related to travel\n    hisnulmuslim -c 'chapter 4'  Will print out entire chapter 4\n    hisnulmuslim -n '12'         Will print out chapter 12\n    hisnulmuslim -cs 'travel'    Prints out chapters containing the title travel\n```\n\nIt's pretty straight-forward, you can easily figure out it's usage.\n\n## Requirements\n\n* Linux/Gnu Environment, could potentially run on Unix Environments too.\n* Gnu version of awk and sed\n\n## Installation\n\nIf `$HOME/.local/bin/` is in your `$PATH` variable and `$HOME/.local/share/` exists, then just run `make install` from your terminal. It will install the program for current the user.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamiulahmedjoy%2Fhisnulmuslim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamiulahmedjoy%2Fhisnulmuslim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamiulahmedjoy%2Fhisnulmuslim/lists"}