afify / azan (public) (License: MIT) (since 2020-03-08) (hash sha1)
azan is a simple muslim prayers notifier for unix-like systems.
List of commits:
Subject Hash Author Date (UTC)
[doc] update README and man page, remove .github 9f329d7a6433208b32b17b33f17527e306208b5b Hassan Afify 2019-09-30 06:39:56
Update issue templates 03092fd9858d1f42bc0c6a06eeed834be3f34c2b Hassan Afify 2019-09-28 15:45:11
[fix] read cache file function 93c03a6cd5d7e8b0f83057ea707544727aa3ed49 Hassan Afify 2019-09-28 07:46:50
[fix] print next fajr bug 9c2a2bf932fb536c93a78eaaefa0fb8605f57d3e Hassan Afify 2019-09-27 04:55:14
[fix] check failed stat, clean code, Makefile 111e4834d9311854fa0af5b075c8534eba646487 Hassan Afify 2019-09-26 18:29:57
[doc] update README f5ff97da3e92639d79e1c9cff46ac0995139a3b6 Hassan Afify 2019-09-25 18:10:18
[release] v0.1 a1a2a57e74f8af49595253c067ff79de52b533e7 Hassan Afify 2019-09-25 06:01:46
[fix] [Valgrind] Memory leaks, stack errors. f06c1192c98f0405b727b9ca4346ed7262476c33 Hassan Afify 2019-09-24 16:02:56
[fix] create_cache bug, clean Makefile *.log 7d998c3f864fe07102b3fa07f83ea754159a9927 Hassan Afify 2019-09-24 05:38:39
[feat] argument options, next_fajr 4cd6ef1633f3e5cd3afe36be70e9c718911e701d Hassan Afify 2019-09-23 09:38:57
[doc] Update CONTRIBUTING, README & man page a16565d0b498313a8df232d3e2f5e7c1367dc191 Hassan Afify 2019-09-22 10:23:25
[doc] Update CONTRIBUTING, README & man page 0b978479fbe5d6e626a55a5ac78231393a267025 Hassan Afify 2019-09-22 10:23:25
[feat] Edit Makefile, Add config.def.h, config.mk c9e13a7b6dcc00894620f5788c04f4afba0f59d4 Hassan Afify 2019-09-21 17:11:34
[fix] Replace CODE_STYLE with CONTRIBUTING.md be2b91ef8d73aea536bc45446808633561d8afd9 Hassan Afify 2019-09-21 11:14:30
[feat] Edit Makefile, azan.c 538877a4311572caa1ddb88ffd0bac5e0b4379bc Hassan Afify 2019-09-20 12:59:05
[feat] Edit Makefile f41f74a524feb96228eb35a77a336862d5ca958c Hassan Afify 2019-09-19 05:04:00
[feat] Self Calcutation 1be712f454adda33c8a182a4478a3abf5dba6745 Hassan Afify 2019-09-17 08:11:15
[init] Initial Commit 2654768d0412e07cf7aa4b78a41b125aeceab82e Hassan Afify 2019-09-04 01:44:23
Commit 9f329d7a6433208b32b17b33f17527e306208b5b - [doc] update README and man page, remove .github
Author: Hassan Afify
Author date (UTC): 2019-09-30 06:39
Committer name: Hassan Afify
Committer date (UTC): 2019-09-30 06:39
Parent(s): 03092fd9858d1f42bc0c6a06eeed834be3f34c2b
Signing key: 0F6CD1196B2A5658
Tree: 9099e28c39cbf167b4d2e2852e85f7335e500d40
File Lines added Lines deleted
.github/ISSUE_TEMPLATE/bug_report.md 0 38
.github/ISSUE_TEMPLATE/feature_request.md 0 20
README.md 2 4
azan.1 4 2
File .github/ISSUE_TEMPLATE/bug_report.md deleted (index dd84ea7..0000000)
1 ---
2 name: Bug report
3 about: Create a report to help us improve
4 title: ''
5 labels: ''
6 assignees: ''
7
8 ---
9
10 **Describe the bug**
11 A clear and concise description of what the bug is.
12
13 **To Reproduce**
14 Steps to reproduce the behavior:
15 1. Go to '...'
16 2. Click on '....'
17 3. Scroll down to '....'
18 4. See error
19
20 **Expected behavior**
21 A clear and concise description of what you expected to happen.
22
23 **Screenshots**
24 If applicable, add screenshots to help explain your problem.
25
26 **Desktop (please complete the following information):**
27 - OS: [e.g. iOS]
28 - Browser [e.g. chrome, safari]
29 - Version [e.g. 22]
30
31 **Smartphone (please complete the following information):**
32 - Device: [e.g. iPhone6]
33 - OS: [e.g. iOS8.1]
34 - Browser [e.g. stock browser, safari]
35 - Version [e.g. 22]
36
37 **Additional context**
38 Add any other context about the problem here.
File .github/ISSUE_TEMPLATE/feature_request.md deleted (index bbcbbe7..0000000)
1 ---
2 name: Feature request
3 about: Suggest an idea for this project
4 title: ''
5 labels: ''
6 assignees: ''
7
8 ---
9
10 **Is your feature request related to a problem? Please describe.**
11 A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12
13 **Describe the solution you'd like**
14 A clear and concise description of what you want to happen.
15
16 **Describe alternatives you've considered**
17 A clear and concise description of any alternative solutions or features you've considered.
18
19 **Additional context**
20 Add any other context or screenshots about the feature request here.
File README.md changed (mode: 100644) (index 1f90f8a..4a9ac77)
... ... azan is a simple muslim prayers notifier for unix-like systems.
5 5 Installation Installation
6 6 ------------ ------------
7 7 ```sh ```sh
8 $ git clone https://github.com/IslamicSoftware/azan.git
8 $ git clone https://github.com/Afify/azan.git
9 9 $ cd azan/ $ cd azan/
10 10 $ make $ make
11 11 $ sudo make install $ sudo make install
 
... ... and (re)compiling the source code.
28 28
29 29 Philosophy, Contribution & Code Style Philosophy, Contribution & Code Style
30 30 ------------------------------------- -------------------------------------
31 Azan is created by [Islamic Software Organization].
32 31 - [Contribution]. - [Contribution].
33 32 - <img src="https://suckless.org/logo.svg" width="13"/> [Philosophy]. - <img src="https://suckless.org/logo.svg" width="13"/> [Philosophy].
34 33 - <img src="https://suckless.org/logo.svg" width="13"/> [Code Style]. - <img src="https://suckless.org/logo.svg" width="13"/> [Code Style].
 
... ... Copyright and License
41 40 --------------------- ---------------------
42 41 Azan is provided under the MIT license. Azan is provided under the MIT license.
43 42
44 [Islamic Software Organization]: <https://github.com/IslamicSoftware>
45 43 [Philosophy]: <http://suckless.org/philosophy/> [Philosophy]: <http://suckless.org/philosophy/>
46 [Contribution]: <https://github.com/IslamicSoftware/azan/tree/master/CONTRIBUTING.md>
44 [Contribution]: <https://github.com/Afify/azan/tree/master/CONTRIBUTING.md>
47 45 [Code Style]: <http://suckless.org/coding_style/> [Code Style]: <http://suckless.org/coding_style/>
File azan.1 changed (mode: 100644) (index ea99ccd..7b65889)
... ... azan \- simple muslim prayer notifier
5 5 .B azan .B azan
6 6 .RB [ \-vnah ] .RB [ \-vnah ]
7 7 .SH DESCRIPTION .SH DESCRIPTION
8 azan is a simple muslim prayers notifier for unix-like systems. Show prayers time, hijri date.
8 azan is a simple muslim prayers notifier for unix-like systems. Show prayers time.
9 9 .P .P
10 10 azan is used for status bars. azan is used for status bars.
11 11 .SH OPTIONS .SH OPTIONS
 
... ... print next prayer left duration.
28 28 .SH CUSTOMIZATION .SH CUSTOMIZATION
29 29 azan is customized by creating a custom config.h and (re)compiling the source azan is customized by creating a custom config.h and (re)compiling the source
30 30 code. This keeps it fast, secure and simple. code. This keeps it fast, secure and simple.
31 .SH AUTHORS
32 https://github.com/Afify
31 33 .SH ISSUES .SH ISSUES
32 https://github.com/IslamicSoftware/azan/issues
34 https://github.com/Afify/azan/issues
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/afify/azan

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/afify/azan

Clone this repository using git:
git clone git://git.rocketgit.com/user/afify/azan

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main