文件名称:lsearch:搜索文件,但更好
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-08 01:16:50
search rust search-engine file Rust
搜索 lsearch是文件搜索引擎。 可以将它想像成您自己PC上的文件的Google(或DuckDuckGo)! 而且与Google不同,您可以根据自己的意愿进行计算。 # Look for files with 'hw' in the path, `.tex` extensions and then rank by the number of 'biology' found. lsearch --path ~/academic --content-path --has hw --content-ext --is tex --content-text --more biology 建造 要构建,只需运行: cargo build 正在安装 要安装lsearch,请运行: cargo install --path /usr/bin 并将lsearch完全集成到您的工作流中,然后可以运行
【文件预览】:
lsearch-master
----Cargo.toml(291B)
----src()
--------main.rs(403B)
--------c1.txt(91B)
--------cli.rs(17KB)
--------search.rs(6KB)
--------c2.txt(76B)
--------c3.txt(194B)
--------cli.yaml(3KB)
--------dir1()
----README.md(2KB)
----.gitignore(320B)