azan

prayers time calculator written in nasm x86-64
git clone https://git.afify.dev/azan.git
Log | Files | Refs | README | LICENSE

azan.1 (928B)


      1 .TH AZAN 1 azan\-VERSION
      2 .SH NAME
      3 azan \- simple muslim prayers calculator
      4 .SH SYNOPSIS
      5 .B azan
      6 .RB [ \-AaNnUuv ]
      7 .SH DESCRIPTION
      8 azan is a simple muslim prayers calculator for unix-like systems.  Show prayers time. written in nasm x86-64.
      9 .SH OPTIONS
     10 .TP
     11 .B \-A
     12 print all prayers time, 12-hour clock format.
     13 .TP
     14 .B \-a
     15 print all prayers time, 24-hour clock format.
     16 .TP
     17 .B \-N
     18 print next prayer time, 12-hour clock format.
     19 .TP
     20 .B \-n
     21 print next prayer time, 24-hour clock format.
     22 .TP
     23 .B \-U
     24 print all prayers time, unix-time format.
     25 .TP
     26 .B \-u
     27 print next prayer time, unix-time format.
     28 .TP
     29 .B \-v
     30 print version.
     31 .SH USAGE
     32 .TP
     33 .B azan
     34 print next prayer left duration.
     35 .SH CUSTOMIZATION
     36 azan is customized by creating a custom
     37 .IR config.s
     38 and (re)compiling the source
     39 code. This keeps it fast, secure and simple.
     40 .SH AUTHORS
     41 See the LICENSE file for the authors.
     42 .SH LICENSE
     43 See the LICENSE file for the terms of redistribution.