tldr/pages/common/ical.md

17 lines
315 B
Markdown
Raw Normal View History

2021-05-01 19:14:06 +01:00
# 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}}`