Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,20 @@ Everything stays on your machine.

## Quick start

Try a search without installing anything:

```sh
uvx agsearch -n "stripe tax id"
```

For the interactive interface:

```sh
brew install devcodes9/tap/agsearch
agsearch
```

Type anything you remember from a past conversation. Select a result to resume it.

Brew is first because it also installs `fzf`, which the interactive interface needs. To try a
single search without installing anything, and without the interface:

```sh
uvx agsearch -n "stripe tax id"
```

## Features

- **Full-conversation search.** Search user prompts and assistant replies, not only titles and
Expand Down