tengfei-ff

Crates.iotengfei-ff
lib.rstengfei-ff
version0.3.1
sourcesrc
created_at2023-11-25 18:30:46.270498
updated_at2023-11-29 07:01:27.522453
descriptionA command line tool to find files and directories by name.
homepagehttps://github.com/tengfei-xy/ff
repositoryhttps://github.com/tengfei-xy/ff
max_upload_size
id1048470
size11,327
小小飞同学 (tengfei-xy)

documentation

README

ff

用rust写的文件查找工具

安装

cargo install tengfei-ff

使用方式

注:基于当前目录进行查找

查找文件

ff -f 文件名

查找文件夹

ff -d 文件夹名

输出文件搜索结果并只输出绝对路径

ff -a -f xxx
Commit count: 10

cargo fmt