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

20 lines
426 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.

# 日历
> 从日历文件中显示即将发生的事件。
> 更多信息:<https://manned.org/calendar>。
- 显示今天和明天(或周五的周末)来自默认日历的事件:
`calendar`
- 向前查看显示接下来的30天的事件
`calendar -A {{30}}`
- 向后查看显示之前7天的事件
`calendar -B {{7}}`
- 从自定义日历[f]文件中显示事件:
`calendar -f {{path/to/file}}`