aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ru/stats_ru.md
diff options
context:
space:
mode:
authormb6ockatf <104227451+mb6ockatf@users.noreply.github.com>2022-04-30 23:51:50 +0300
committerGitHub <noreply@github.com>2022-04-30 20:51:50 +0000
commit6e280e253adce3721e8ef37850c625a7abfdde2f (patch)
treedeedaebc315bc01f25fae3880caa9ebda598475d /docs/ru/stats_ru.md
parentBump http from 0.2.6 to 0.2.7 (#368) (diff)
downloadatuin-6e280e253adce3721e8ef37850c625a7abfdde2f.zip
Add Russian documentation translation (#365)
* Translate config.md to russian * Translate docs/import_ru.md to russian * Translate docs/key-binding.md to russian * Translate docs/list_ru.md to russian * Correct misprint in config_ru.md * Translate docs/search.md to russian * Translate docs/server_ru.md to russian * Translate docs/shell-completions.md to russian * Translate docs/stats.md to russian * Translate docs/sync.md to russian * Add .idea/ to .gitignore * Translated files are placed in a separate folder * Correct misprint (~~истоии~~ => истории). Correct links between files Co-authored-by: BigProject404 <bigproject404@yandex.ru>
Diffstat (limited to 'docs/ru/stats_ru.md')
-rw-r--r--docs/ru/stats_ru.md40
1 files changed, 40 insertions, 0 deletions
diff --git a/docs/ru/stats_ru.md b/docs/ru/stats_ru.md
new file mode 100644
index 00000000..842ad71b
--- /dev/null
+++ b/docs/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 |
++---------------------+-------+
+```