summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Kung <2836167+briankung@users.noreply.github.com>2023-04-11 05:25:02 -0500
committerGitHub <noreply@github.com>2023-04-11 11:25:02 +0100
commit301296fae53da611c87f87dd886700530d5a00e2 (patch)
tree9d2e4ea39a5cdfae7fccda2e9b9d9292577ca677
parente149a0a6e9747b238032321f5e1554d0d8ded118 (diff)
Add additional detail to search documentation (#860)
-rw-r--r--docs/docs/commands/search.md10
1 files changed, 10 insertions, 0 deletions
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
```