ical: add page (#5849)

fix-hunspell-typos-042721
Suman Chapai 2021-05-01 23:59:06 +05:45 committed by GitHub
parent d6f6b88a7f
commit a1b192045e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
pages/common/ical.md Normal file
View File

@ -0,0 +1,16 @@
# 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}}`