mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 06:34:26 +01:00
docs: adding docs for search functionality in ui (#2365)
This commit is contained in:
@@ -160,3 +160,36 @@ You can resume a CLI session in Desktop and vice versa.
|
|||||||
:::
|
:::
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
|
## Search Within Sessions
|
||||||
|
|
||||||
|
Search allows you to find specific content within your current session. The search functionality is available in both CLI and Desktop interfaces.
|
||||||
|
|
||||||
|
<Tabs>
|
||||||
|
<TabItem value="cli" label="Goose CLI" default>
|
||||||
|
Search functionality is provided by your terminal interface. Use the appropriate shortcut for your environment:
|
||||||
|
|
||||||
|
| Terminal | Operating System | Shortcut |
|
||||||
|
|----------|-----------------|-----------|
|
||||||
|
| iTerm2 | macOS | `Cmd+F` |
|
||||||
|
| Terminal.app | macOS | `Cmd+F` |
|
||||||
|
| Windows Terminal | Windows | `Ctrl+F` |
|
||||||
|
| Linux Terminal | Linux | `Ctrl+F` |
|
||||||
|
|
||||||
|
:::info
|
||||||
|
Your specific terminal emulator may use a different keyboard shortcut. Check your terminal's documentation or settings for the search command.
|
||||||
|
:::
|
||||||
|
</TabItem>
|
||||||
|
<TabItem value="ui" label="Goose Desktop">
|
||||||
|
Trigger search using keyboard shortcuts or the search icon:
|
||||||
|
|
||||||
|
| Action | macOS | Windows/Linux |
|
||||||
|
|--------|-------|---------------|
|
||||||
|
| Open Search | `Cmd+F` | `Ctrl+F` |
|
||||||
|
| Previous Match | `↑` | `↑` |
|
||||||
|
| Next Match | `↓` | `↓` |
|
||||||
|
| Toggle Case-Sensitivity | `Aa` | `Aa` |
|
||||||
|
| Close Search | `Esc` or X | `Esc` or X |
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
</Tabs>
|
||||||
Reference in New Issue
Block a user