mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
17 lines
315 B
Markdown
17 lines
315 B
Markdown
![]() |
# ical
|
||
|
|
||
|
> A Hirji/Islamic calendar and converter for the terminal.
|
||
|
> More information: <https://manned.org/ical>.
|
||
|
|
||
|
- Display the current month's calendar:
|
||
|
|
||
|
`ical`
|
||
|
|
||
|
- Convert a Gregorian date to a Hijri date:
|
||
|
|
||
|
`ical --gregorian {{yyyymmdd}}`
|
||
|
|
||
|
- Convert a Hirji date to a Gregorian date:
|
||
|
|
||
|
`ical --hijri {{yyyymmdd}}`
|