We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
作为查询类工具,每次都写 show 似乎有点浪费键盘。
pls cat 应该比 pls show cat 效率更高
可参考同类的命令行工具 tldr :https://github.com/tldr-pages/tldr
当然,这样写可能给解析参数逻辑会带来一些困扰。
The text was updated successfully, but these errors were encountered:
你这可以这样使用
# ~/.zshrc / .... alias pls="pls show"
Sorry, something went wrong.
你这可以这样使用 # ~/.zshrc / .... alias pls="pls show"
alias 是可以的,但是如果 pls upgrade 的时候就需要写成 \pls upgrade
我觉得并不是每个人都知道 “\” 作用的
初始化的时候执行一次 pls upgrade 之后 其实一般情况下也不会再去更新了 所以 upgrade 不是一个高频操作
pls upgrade
readme 提供的下载安装方式似乎有一点点老旧,我执行go install github.com/chenjiandongx/pls@latest完成下载安装
go install github.com/chenjiandongx/pls@latest
No branches or pull requests
作为查询类工具,每次都写 show 似乎有点浪费键盘。
pls cat
应该比
pls show cat
效率更高
可参考同类的命令行工具 tldr :https://github.com/tldr-pages/tldr
当然,这样写可能给解析参数逻辑会带来一些困扰。
The text was updated successfully, but these errors were encountered: