mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 17:55:38 +00:00
Update cheatsheets
This commit is contained in:
21
ical
Normal file
21
ical
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user