summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLeoniePhiline <22329650+LeoniePhiline@users.noreply.github.com>2023-08-01 22:38:17 +0200
committerGitHub <noreply@github.com>2023-08-01 20:38:17 +0000
commita9a1d0d398a2bb923bb5d759835d75ee99008990 (patch)
tree96292a6d39ee1e9d80f50d2b3bee987b15f54735 /docs
parentd7f89296564fc3acb79a1c6f361797f58f4efffe (diff)
fix(docs): List all presently documented commands (#1140)
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/commands/commands.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/docs/commands/commands.md b/docs/docs/commands/commands.md
index 327ea4f91..cf0ba51ee 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
+