From 2ba93a8c18ca008efb0b03e3cfa826e081a00514 Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Fri, 12 Dec 2025 14:47:24 -0800 Subject: docs: Migrate docs from separate repo to `docs` subfolder (#3018) --- docs-i18n/ru/stats_ru.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 docs-i18n/ru/stats_ru.md (limited to 'docs-i18n/ru/stats_ru.md') diff --git a/docs-i18n/ru/stats_ru.md b/docs-i18n/ru/stats_ru.md new file mode 100644 index 00000000..842ad71b --- /dev/null +++ b/docs-i18n/ru/stats_ru.md @@ -0,0 +1,40 @@ +# `atuin stats` + +Atuin также может выводить статистику, основанную на истории. Пока что в очень простом виде, +но скоро должно появиться больше возможностей. + +Статистика выводится пока только на английском +Statistics in english only +# TODO + +``` +$ 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 # also accepts absolute dates +``` + +Также, может быть выведена статистика всей известной Autin истории: + +``` +$ atuin stats all + ++---------------------+-------+ +| Statistic | Value | ++---------------------+-------+ +| Most used command | ls | ++---------------------+-------+ +| Commands ran | 8190 | ++---------------------+-------+ +| Unique commands ran | 2996 | ++---------------------+-------+ +``` -- cgit v1.3.1