From a1b192045e565e429e38acba44ebcabf352af217 Mon Sep 17 00:00:00 2001 From: Suman Chapai Date: Sat, 1 May 2021 23:59:06 +0545 Subject: [PATCH] ical: add page (#5849) --- pages/common/ical.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/ical.md 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}}`