Add additional detail to search documentation (#860)

This commit is contained in:
Brian Kung 2023-04-11 05:25:02 -05:00 committed by GitHub
parent e149a0a6e9
commit 301296fae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```