# 几个常用插件

termux常用插件：

* [seyling](https://f-droid.org/packages/com.termux.styling) :终端字体以及背景色主题。
* [系统api](https://f-droid.org/packages/com.termux.api) : 可以调用系统api。

```
pkg install termux-api
```

* [桌面小部件widget](https://f-droid.org/packages/com.termux.widget) :在桌面上创建小部件。

  把脚本放在文件夹：/data/data/com.termux/files/home/.shortcuts
* [float](https://f-droid.org/packages/com.termux.window) : 悬浮窗部件。
* [tasker](https://f-droid.org/packages/com.termux.tasker) : 可以配合tasker使用。

  /data/data/com.termux/files/home/.termux文件夹新建tasker文件夹，把脚本放在这个文件夹即可
* [boot](https://f-droid.org/packages/com.termux.boot) :开机自启动脚本，需要把软件加入电池优化白名单，不然可能无法开机自启。

  只要 把脚本放在：/data/data/com.termux/files/home/.termux/boot

几个插件的使用可以参考视频教程：<https://www.bilibili.com/video/BV1pv4y1S7EP/>

更多可以参考：[termux常用插件使用](https://zsxwz.com/2019/06/22/termux%e5%87%a0%e4%b8%aa%e6%8f%92%e4%bb%b6%e4%bd%bf%e7%94%a8/)


---

# 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://termux-wiki.zsxwz.com/ji-ge-chang-yong-cha-jian.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.
