# global-search **Repository Path**: lliubaorui/global-search ## Basic Information - **Project Name**: global-search - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-06 - **Last Updated**: 2021-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # global-search 全局文本搜索 可以搜索到文本里包含指定文本的文件,并精确到路径文件名行号 使用方法:main.exe -file 指定文件名/*.go(匹配指定后缀文件) -text 搜索的内容 -path 搜索的根路径(默认搜索程序执行的路径) 例如要搜索程序执行路径下所有目录的go文件里使用过service.GetUserInfo() 方法的文件并精确到行号, 应该这样用 main.exe -file *.go -text service.GetUserInfo()