0

cheat.sh使用技巧

 2 years ago
source link: https://thelighter.github.io/2020/12/06/cheat/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

python爱好者

cheat.sh使用技巧

发表于2020-12-06|更新于2021-01-15|编程技巧
阅读量:11

提成效率的必备工具

cheat.sh可以通过访问api接口就能实现查询Linux命令、代码和sql等,真的是程序员的好帮手

基本的使用方法
curl cht.sh

查找命令 curl cht.sh/tr
模糊搜索 curl cht.sh/~python
链接查找 curl cht.sh/java/lambda+group

不用curl,在本地就能通过sh脚本运行

# 注意你的环境变量 PATH 已经 import 了 ~/bin 下的内容
mkdir -p ~/bin/
curl https://cht.sh/:cht.sh > ~/bin/cht.sh
chmod +x ~/bin/cht.sh

# 注意你的环境变量 PATH 已经 import 了 ~/bin 下的内容
mkdir -p ~/bin/
curl https://cht.sh/:cht.sh > ~/bin/cht.sh
chmod +x ~/bin/cht.sh


召唤更牛的方式
cht.sh --shell java




About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK