bilal is a CLI salah time.
bash
bilal all Show all salahs time
bilal current ... current salah time
bilal current --json .... with JSON format
Create a file named bilal.toml
in ~/.config/bilal/
. If you are on Windows
, put it under \AppData\Bilal\
. Then add your configuration:
toml
timezone = 7
latitude = -6.18233995
longitude = 106.84287154
madhab = "Shafi"
method = "Egyptian"
To see more options, please read the wiki
``` bash USAGE: bilal [FLAGS] [OPTIONS] [salah]
ARGS:
FLAGS: -h, --help Prints help information -J, --json Display Salah in JSON formatted string -V, --version Prints version information
OPTIONS:
--color
You can use Bilal with i3status-rust
to show salah time in your status.
i3status-rurts
configuration Example:
``` bash
[[block]]
block = "custom"
cycle = [
"bilal current -J",
"bilal next -J",
]
on_click = "
```
See more examples to learn other variations.
If you like bilal
to support your favourite status-bar, please hit me in
the [mailing-list][mailing-list] with the valid input of your status-bar. In i3status-rust
the valid input it would be {"icon": "ICON", "state": "STATE", "text": "YOURTEXT"}
.
The release page includes pre-compiled binaries for GNU/Linux, macOS and Windows.
Using Rust's package manager cargo:
bash
cargo install bilal
``` bash git clone https://git.sr.ht/~azzamsa/bilal.rs cd bilal.rs
cargo test
cargo install --path . ```
For reporting issues, visit the tracker here: https://todo.sr.ht/~azzamsa/Bilal
Please send patches to ~azzamsa/public-inbox@lists.sr.ht
To learn more read contributing.md
The name Bilal was chosen in reference to the Bilal bin Rabah. The first mu'azzin, chosen by Muhammad PBUH himself.
Copyright (c) 2020 Azzamsa
Bilal is distributed under the terms of GPL V3 License.