-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from AbdeltwabMF/development
Update README Former-commit-id: bbf2b0c0ee81931473bade95119e6494a872c169 [formerly 716cf87] Former-commit-id: 2be62917b30cc78ed4f04f13a874440955e90263 Former-commit-id: a823133 Former-commit-id: 59116d5
- Loading branch information
Showing
12 changed files
with
81 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
assets | ||
CHANGELOG.md | ||
CPPLINT.cfg | ||
.git | ||
.github | ||
.gitignore | ||
.mypy_cache | ||
next-prayer.png | ||
np_main | ||
PKGBUILD | ||
__pycache__ | ||
README.md | ||
*__pycache__* | ||
RELEASE_NOTES | ||
.SRCINFO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
64df3583bb24fbf5f05548e7ca53aca320524a57 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,10 @@ next-prayer \- Next Islamic prayer. | |
.nf | ||
.fi | ||
.B next-prayer | ||
.RB [ \-\-all ] | ||
.nf | ||
.fi | ||
.B next-prayer | ||
.RB [ \-\-elapsed ] | ||
.nf | ||
.fi | ||
|
@@ -56,8 +60,11 @@ The previous prayer and its time. | |
.BR \-\-hybrid | ||
The elapsed time since the previous prayer as far as the elapsed time <= THRESHOLD. | ||
.TP | ||
.BR \-\-all | ||
Show all timings. | ||
.TP | ||
.BR \-\-elapsed | ||
The elapsed time since the previous prayer. | ||
The time elapsed since the previous prayer. | ||
.TP | ||
.BR \-\-left | ||
The time left until the next prayer. | ||
|
@@ -69,7 +76,7 @@ Whether the current time is adhan or not. | |
The current hijri date. | ||
.TP | ||
.BR \-\-version | ||
The current version. | ||
Display the version. | ||
.TP | ||
.BR \-\-help | ||
Display this help message. | ||
|
@@ -80,7 +87,7 @@ FILES | |
.I $HOME/.local/bin/next-prayer | ||
The executable file. | ||
.TP | ||
.I $HOME/.local/bin/fetch.py | ||
.I $HOME/.local/bin/np_fetch.py | ||
Run manually each time you update the config file. | ||
.TP | ||
.I $HOME/.config/next-prayer/config.py | ||
|
@@ -134,7 +141,7 @@ instead of the elapsed time. this applicable only when you use \fB\-\-hybrid \fR | |
\fBtemporarily moved to the executable file\fR. | ||
|
||
.SH CUSTOMIZATION | ||
next-prayer can be customized by editing the python dictionary config file \fI$HOME/.config/next-prayer/config.py \fRand (re)run the \fI'fetch.py' \fRscript. | ||
next-prayer can be customized by editing the python dictionary \fBconfig file\fR \fI$HOME/.config/next-prayer/config.py \fRand (re)run the \fI'python3 np_fetch.py' \fRcommand. | ||
|
||
.SH AUTHOR | ||
Abd El-Twab M. Fakhry <\fI[email protected]\fR> | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.