diff --git a/pages/common/ical.md b/pages/common/ical.md new file mode 100644 index 000000000..a65890aa1 --- /dev/null +++ b/pages/common/ical.md @@ -0,0 +1,16 @@ +# ical + +> A Hirji/Islamic calendar and converter for the terminal. +> More information: . + +- 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}}`