From 301296fae53da611c87f87dd886700530d5a00e2 Mon Sep 17 00:00:00 2001 From: Brian Kung <2836167+briankung@users.noreply.github.com> Date: Tue, 11 Apr 2023 05:25:02 -0500 Subject: [PATCH] Add additional detail to search documentation (#860) --- docs/docs/commands/search.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/docs/commands/search.md b/docs/docs/commands/search.md index d33b7556..8714292c 100644 --- a/docs/docs/commands/search.md +++ b/docs/docs/commands/search.md @@ -24,6 +24,16 @@ appended with a wildcard). | `--delete` | Delete history matching this query | | `--reverse` | Reverse order of search results, oldest first | +## `atuin search -i` + +Atuin's interactive search TUI allows you to fuzzy search through your history. + +![compact](https://user-images.githubusercontent.com/1710904/161623659-4fec047f-ea4b-471c-9581-861d2eb701a9.png) + +You can replay the `nth` command with `alt + #` where `#` is the line number of the command you would like to replay. + +Note: This is not yet supported on macOS. + ## Examples ```