Files
tldr/pages.fa/common/calendar.md

21 lines
680 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# calendar
> نمایش رویداد های پیش رو با استفاده از یک فایل تقویم.
> اطلاعات بیشتر: <https://manned.org/calendar>.
- نمایش رویداد های امروز و فردا (یا آخر هفته یعنی روز جمعه) با استفاده از تقویم پیشفرض:
`calendar`
- نگاهی به آینده، نمایش رویداد های 30 روز آینده:
`calendar -A {{30}}`
- نگاهی به گذشته، نمایش رویداد های هفت روز گذشته:
`calendar -B {{7}}`
- نمایش رویداد ها با استفاده از یک فایل تقویم دلخواه:
`calendar -f {{path/to/file}}`