# Alias详解

{% hint style="warning" %}
此章节年久失修，正在修正中（50%/100%）
{% endhint %}

从1.0.90开始，alis加入Aris全家桶。具体来说，Alias包含了两个指令，add和rm。

## add（已失效）

add指令用于把网站/app/联系人/指令结合添加到侧栏并且可以搜索到。

当输入是一个网址时，会把这个地址作为书签添加到侧栏并可以在桌面搜索到。

当输入时一个app或者联系人时，只会把它添加到侧栏。

当输入时一个指令集合时，例如（cd download/file->latest）时，会把这串指令作为快捷指令添加到侧栏并可以搜索到。

## rm（已失效）

如果需要删除添加的指令，使用<名称>->rm即可。

## **指令集合**

如果你需要把某个文件夹下的最新文件（例如某浏览器的下载文件夹）发送给QQ好友，那么你会使用：

```
cd browser/download/files->latest->qq
```

如果经常要使用这个指令的话，你就可以通过这条指令加入：

```
cd browser/download/files->latest->qq->add keke
```

这样，下一次你执行keke的时候，就会自动把文件夹/browser/download/files下最新的文件分享到QQ中。

通过add指令添加的任何指令集会被添加到侧栏的文件夹中，也就是说，你可以通过add添加单个应用到文件夹中。


---

# 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://help.arislauncher.com/guide/alias.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.
