mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 17:06:01 +02:00
ical: add page (#5849)
This commit is contained in:
parent
d6f6b88a7f
commit
a1b192045e
1 changed files with 16 additions and 0 deletions
16
pages/common/ical.md
Normal file
16
pages/common/ical.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue