diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2025-12-12 14:47:24 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-12 14:47:24 -0800 |
| commit | 2ba93a8c18ca008efb0b03e3cfa826e081a00514 (patch) | |
| tree | b408f74c07d6270cb1618fcff932e94eebdef28d /docs-i18n/zh-CN/list.md | |
| parent | fix: prevent interactive search crash when update check fails (#3016) (diff) | |
| download | atuin-2ba93a8c18ca008efb0b03e3cfa826e081a00514.zip | |
docs: Migrate docs from separate repo to `docs` subfolder (#3018)
Diffstat (limited to 'docs-i18n/zh-CN/list.md')
| -rw-r--r-- | docs-i18n/zh-CN/list.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs-i18n/zh-CN/list.md b/docs-i18n/zh-CN/list.md new file mode 100644 index 00000000..fe03529f --- /dev/null +++ b/docs-i18n/zh-CN/list.md @@ -0,0 +1,11 @@ +# 历史记录列表 + +``` +atuin history list +``` + +| 参数 | 描述 | +| -------------- | ----------------------------------------------------- | +| `--cwd/-c` | 要列出历史记录的目录(默认:所有目录) | +| `--session/-s` | 只对当前会话启用列表历史(默认:false) | +| `--human` | 对时间戳和持续时间使用人类可读的格式(默认:false)。 | |
