diff options
| author | Brian Kung <2836167+briankung@users.noreply.github.com> | 2023-04-11 05:25:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-11 11:25:02 +0100 |
| commit | 301296fae53da611c87f87dd886700530d5a00e2 (patch) | |
| tree | 9d2e4ea39a5cdfae7fccda2e9b9d9292577ca677 | |
| parent | Add `--reverse` to `atuin search` (#862) (diff) | |
| download | atuin-301296fae53da611c87f87dd886700530d5a00e2.zip | |
Add additional detail to search documentation (#860)
| -rw-r--r-- | docs/docs/commands/search.md | 10 |
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. + + + +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 ``` |
