From a9a1d0d398a2bb923bb5d759835d75ee99008990 Mon Sep 17 00:00:00 2001 From: LeoniePhiline <22329650+LeoniePhiline@users.noreply.github.com> Date: Tue, 1 Aug 2023 22:38:17 +0200 Subject: [PATCH] fix(docs): List all presently documented commands (#1140) --- docs/docs/commands/commands.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/docs/commands/commands.md b/docs/docs/commands/commands.md index 327ea4f9..cf0ba51e 100644 --- a/docs/docs/commands/commands.md +++ b/docs/docs/commands/commands.md @@ -2,4 +2,11 @@ title: Commands --- -- [`atuin import`](../../docs/commands/import) +- [`atuin import`](../../docs/commands/import): Import shell history from file +- [`atuin history list`](../../docs/commands/list): List all items in history +- [`atuin search`](../../commands/search): Interactive history search +- [`atuin server`](../../commands/server): Start an atuin server +- [`atuin gen-completions`](../../commands/shell-completions): Generate shell completions +- [`atuin stats`](../../commands/stats): Calculate statistics for your history +- [`atuin sync`](../../commands/sync): Sync with the configured server +