是什么
代码搜索神器——快如闪电
哪里获取
https://github.com/ggreer/the_silver_searcher
如何安装
- linux下安装 : 参考链接中的介绍
- windows下的安装:
在powershell中输入如下命令进行安装
choco install ag
注意:前提是你的windows上已经安装了chocolatey
so, 问题是如何安装chocolatey
参考网址:https://blog.csdn.net/weixin_41000111/article/details/81942660
如何使用
大部分与grep是一样的,具体可以参考github中的介绍