aboutsummaryrefslogtreecommitdiffstats
path: root/docs-i18n/zh-CN/stats.md
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-10 21:32:08 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-10 21:32:08 +0200
commit796a8f59a61ed6e54d0d2b41a5d0155c5bb9696b (patch)
tree538a0b1dac22b5aec2b65e67a0115369f44a1d88 /docs-i18n/zh-CN/stats.md
parentfeat: Capture command output + expose to new `atuin_output` tool (#3510) (diff)
downloadatuin-796a8f59a61ed6e54d0d2b41a5d0155c5bb9696b.zip
chore: Remove unneeded files
Diffstat (limited to 'docs-i18n/zh-CN/stats.md')
-rw-r--r--docs-i18n/zh-CN/stats.md35
1 files changed, 0 insertions, 35 deletions
diff --git a/docs-i18n/zh-CN/stats.md b/docs-i18n/zh-CN/stats.md
deleted file mode 100644
index 2bf557ba..00000000
--- a/docs-i18n/zh-CN/stats.md
+++ /dev/null
@@ -1,35 +0,0 @@
-# `atuin stats`
-
-Atuin 还可以根据你的历史记录进行计算统计数据 - 目前这只是一个小的基本功能,但更多功能即将推出
-
-```
-$ atuin stats day last friday
-
-+---------------------+------------+
-| Statistic | Value |
-+---------------------+------------+
-| Most used command | git status |
-+---------------------+------------+
-| Commands ran | 450 |
-+---------------------+------------+
-| Unique commands ran | 213 |
-+---------------------+------------+
-
-$ atuin stats day 01/01/21 # 也接受绝对日期
-```
-
-它还可以计算所有已知历史记录的统计数据。
-
-```
-$ atuin stats all
-
-+---------------------+-------+
-| Statistic | Value |
-+---------------------+-------+
-| Most used command | ls |
-+---------------------+-------+
-| Commands ran | 8190 |
-+---------------------+-------+
-| Unique commands ran | 2996 |
-+---------------------+-------+
-```