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

# Command

1. 发现了个有趣的 Mac native 命令，在 terminal 下执行 `say "Hello World`, 会有小姐姐出现。

   ![image-20201224232922604](https://920870205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8UalcuRsk60dil0X5nZO%2Fuploads%2Fgit-blob-fe006d32016247d14ecceeda9e912fca7ea501c1%2Fimage-20201224232922604.png?alt=media)
2. 快餐文分享:

   9 Bash Aliases to Make Your Life Easier <https://medium.com/@remykarem/9-bash-aliases-to-make-your-life-easier-3e5855aa95fa>

   里面一些 aliases 还是挺实用的:

   1. gitpush/gitrefresh
   2. google/so
3. 分享两个几乎我每天都在用的 命令行工具:

   1. paulirish/git-open <https://github.com/paulirish/git-open>

   > Type `git open` to open the GitHub page or website for a repository in your browser.

   2\. antfu/ni <https://github.com/antfu/ni>

   > Use the right package manager, 根据你的目录智能 选择 npm 还是 yarn 作为pm工具

   当然用的最多的还是 zsh 的各种插件, 各种 alias, 各种命令行工具.. 这个可以参考下 我的 dotfiles repo <https://github.com/Tomotoes/dotfiles>


---

# 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.406sys.top/tags/tool/command.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.
