# 文件导航模式

因为 HapiGo 的轻便性，所以有部分用户会在需要进行文件导航时使用 HapiGo 代替 Finder。

在文档搜索模式下（混合搜索不区分），输入 <mark style="background-color:blue;">/</mark> 可以进入系统根目录，输入 <mark style="background-color:blue;">\~</mark> 进入用户跟目录，粘贴路径则可以直接进入此路径。

<figure><img src="/files/0U8YwuOhEv3BMlR9mBD3" alt=""><figcaption></figcaption></figure>

进入文件导航模式后，可以使用左右键来切换上下级路径，也可以使用回车键进入下级目录。如果输入关键词，则会搜索当前目录下的文件或文件夹。

请注意：此种模式下，底部动作栏无法使用左右键切换，只能通过 Option + 数字或双击执行。

<figure><img src="/files/JUdAsitfG2D6xAwh9GYz" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
macOS 各个路径下都有「.」开头的隐藏文件，如果你想访问/搜索这些文件，则只需要输入 <mark style="background-color:green;">.</mark> 即可
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-cn.hapigo.com/baisc/filenavigation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
