> For the complete documentation index, see [llms.txt](https://thinking.simonaking.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thinking.simonaking.com/tags/tool/soft.md).

# Soft

1. A: 我到字节 最好奇的就是 有很多很多同事 的开发环境 就是使用 mac + 触控板.. 我坚持了一周, 各种效率软件 魔改快捷方式软件 都试过了.. 撑不下去了..

   B: 哈哈哈我也觉得很顺手啊 是时候分享一波你的魔法操作了

   A: 好吧.. 可能 我在 Windows 上的环境 太高效了.. 这点我到没有夸张..

   我除了 各种新知识, 最喜欢探索的 就是 和电脑的交互方式了..

   我平时使用最多的是 WGesture + Chrome 下的 Vimium, crx Mouse Gesture + Seer + uTools + QTTabber + 罗技鼠标宏 + 自己写的 AHK 模拟鼠标脚本..

   对了 主要离不开 wsl2

   C: 推荐用quicker 感觉比utool好用点

   A: 那个 一直被各路推, 我也试了很多次, 找不到解决痛点所在...

   C: 我看到测评m1芯片的出来了，性能好像很强悍，自家os优化贼好，很想换，又舍不得在win辛辛苦苦优化的工作流程

   A: no no no, arm 架构 现在生态还没站住脚呢..

   C: 那估计刚出 恰饭的比较多
2. 分享一款应用： \
   responsively-app \
   <https://github.com/responsively-org/responsively-app>

   可以在多种不同尺寸的终端上 调试页面
3. 分享一个编写时序图的工具: \
   swimlanes.io

   A: 整个过程，用文字描述即可生成对应的图，非常方便。

   B: 怎么有点像 mermaid.js ?

   A: 这个库好强啊..
4. 分享个软件, 用了好几天了\~ \
   <https://github.com/zenghongtu/PPet> \
   在你的桌面放一个萌妹子，多一点趣味\~（支持Mac、Win和Linux）

   之前我的网站还搞过这个 live2d 的模型\~ 每天看两眼都很开心
5. Help users in Iran reconnect to Signal \
   <https://signal.org/blog/help-iran-reconnect/>

   signal 太良心了


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://thinking.simonaking.com/tags/tool/soft.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
