clipboard_search
Search CopyQ clipboard history for matching text entries, starting from a specified row. Retrieve results with pagination to explore older items.
Instructions
Search CopyQ text history from a row and return matching items.
Follow next_start to continue searching later history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab | No | clipboard | |
| count | No | ||
| query | Yes | ||
| start | No | Zero-based CopyQ row; 0 is newest | |
| case_sensitive | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab | Yes | ||
| items | Yes | ||
| start | Yes | ||
| total | Yes | ||
| next_start | Yes |