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

24 lines
497 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.

# jrnl
> 一个简单的命令行日记应用程序。
> 更多信息:<https://jrnl.sh>。
- 使用您的编辑器插入新条目:
`jrnl`
- 快速插入新条目:
`jrnl {{今天凌晨3点}}: {{标题}}. {{内容}}`
- 查看最近的十个条目:
`jrnl -n {{10}}`
- 查看从去年年初到去年三月初发生的所有事情:
`jrnl -from "{{去年}}" -until {{三月}}`
- 编辑所有标记为“texas”和“history”的条目
`jrnl {{@texas}} -and {{@history}} --edit`