diff options
| author | LeoniePhiline <22329650+LeoniePhiline@users.noreply.github.com> | 2023-08-01 22:38:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-01 20:38:17 +0000 |
| commit | a9a1d0d398a2bb923bb5d759835d75ee99008990 (patch) | |
| tree | 96292a6d39ee1e9d80f50d2b3bee987b15f54735 /docs | |
| parent | Add support for `max_preview_height` setting (#1088) (diff) | |
| download | atuin-a9a1d0d398a2bb923bb5d759835d75ee99008990.zip | |
fix(docs): List all presently documented commands (#1140)
Diffstat (limited to '')
| -rw-r--r-- | docs/docs/commands/commands.md | 9 |
1 files changed, 8 insertions, 1 deletions
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 + |
