@bojackduy/opencode-telescope 0.1.9 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -8
- package/assets/demo.png +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Fuzzy search across all your OpenCode conversations — grep through session and
|
|
|
4
4
|
|
|
5
5
|
> Inspired by [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) — a fuzzy finder for your conversation history.
|
|
6
6
|
|
|
7
|
-

|
|
8
8
|
|
|
9
9
|
## Use cases
|
|
10
10
|
|
|
@@ -38,13 +38,13 @@ Add the plugin to your `tui.json`:
|
|
|
38
38
|
|
|
39
39
|
## Usage
|
|
40
40
|
|
|
41
|
-
| Action
|
|
42
|
-
|
|
43
|
-
| Open search
|
|
44
|
-
| Type to filter
|
|
45
|
-
| Navigate results | `↑` / `↓` or `Ctrl+j` / `Ctrl+k`
|
|
46
|
-
| Preview
|
|
47
|
-
| Open
|
|
41
|
+
| Action | Key / Command |
|
|
42
|
+
| ---------------- | ----------------------------------------------- |
|
|
43
|
+
| Open search | `<leader>f` or `/telescope` |
|
|
44
|
+
| Type to filter | Fuzzy match against conversation text |
|
|
45
|
+
| Navigate results | `↑` / `↓` or `Ctrl+j` / `Ctrl+k` |
|
|
46
|
+
| Preview | Select a result to see the conversation preview |
|
|
47
|
+
| Open | Press `Enter` to jump to the selected session |
|
|
48
48
|
|
|
49
49
|
## How it works
|
|
50
50
|
|
package/assets/demo.png
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@bojackduy/opencode-telescope",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.10",
|
|
5
5
|
"description": "Fuzzy search across all OpenCode conversations — grep session and chat history, find code snippets, and jump to any chat instantly",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|