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/ru/stats_ru.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/ru/stats_ru.md')
| -rw-r--r-- | docs-i18n/ru/stats_ru.md | 40 |
1 files changed, 40 insertions, 0 deletions
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 | ++---------------------+-------+ +``` |
