mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-16 10:00:18 +00:00
Update cheatsheets
This commit is contained in:
25
jcal
Normal file
25
jcal
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# jcal
|
||||
|
||||
> Display calendar information in the Jalali format, with the current day highlighted.
|
||||
> More information: <http://www.nongnu.org/jcal/>.
|
||||
|
||||
- Display a calendar for the current month:
|
||||
|
||||
`jcal`
|
||||
|
||||
- Display the previous, current, and next months:
|
||||
|
||||
`jcal -3`
|
||||
|
||||
- Display a calendar for a specific year (4 digits):
|
||||
|
||||
`jcal {{year}}`
|
||||
|
||||
- Display a calendar for a specific month and year:
|
||||
|
||||
`jcal {{year}} {{month}}`
|
||||
Reference in New Issue
Block a user