Categorygithub.com/sta-golang/filefinder
modulepackage
0.0.0-20241213031013-366c42975815
Repository: https://github.com/sta-golang/filefinder.git
Documentation: pkg.go.dev

# README

fileFinder (文件搜索器)

一个非常快速好用的基于go语言编写的文件搜索工具


快速开始

git clone https://github.com/sta-golang/fileFinder.git
cd fileFinder
go build
./fileFinder vi /user/bin

上面命令演示了拉取下来并且完成编译后运行
最后一行指令是从/user/bin 目录下查找所有的名字里带vi的文件


当然上面得到的结果是忽略大小写的,如果需要标准匹配大小写就需要第三个参数
./fileFinder vi /user/bin false

如果在linux 或者 mac下想把结果输出到文件里:

可以使用--color参数 例如


./fileFinder --color vi /user/bin > temp

特别提醒内置的 conf文件在 ~/.config/filefinder/conf.yaml目录下 可以copy代码仓库的conf.yaml 当然可以修改main.go设置conf文件 不添加conf文件也可以 但是最好还是添加一下

作者信息

毕业于XUPT 软件科技协会实验室成员

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author