7 个版本
0.2.4 | 2024年1月7日 |
---|---|
0.2.0 | 2023年7月23日 |
0.1.4 | 2023年1月1日 |
0.1.3 | 2022年12月22日 |
0.0.5 | 2022年3月31日 |
#1125 在 命令行工具
每月 22 次下载
29KB
696 行
findsource
一个简单的可配置工具,可以轻松按扩展名搜索源文件!
帮助
Usage: fs [-d,--debug] [-?,--help] [-v,--verbose] [-l,--load CFG|PATH] [-w,--whole] [-W,--Whole] [-e,--extension] [-E,--Extension]
[-X,--Exclude] [-i,--ignore-case] [-o,--only] [-/r,--/reverse] [-a,--hidden] [-f,--full] [-inv,--invert] [ARGS]
Simple configurable tool for searching source files by extensions easily!
OPTION:
-d,--debug Print debug message
-?,--help Print help message
-v,--verbose Print more debug message
-l,--load CFG|PATH Load option setting from configuration
name or file
-w,--whole Extension category: match whole filename
-W,--Whole Exclude given whole filename
-e,--extension Extension category: match file extension
-E,--Extension Exclude given file extension
-X,--Exclude Exclude given file category
-i,--ignore-case Enable ignore case mode
-o,--only Only search given file category
-/r,--/reverse Disable reverse mode
-a,--hidden Search hidden file
-f,--full Display absolute path of matched file
-inv,--invert Invert the entrie logical to exclude the
given extension
ARGS:
[PATH]+ Path need to be search
Create by araraloren <[email protected]> v0.2.0
fs
将在 可执行二进制目录
、工作目录
、当前目录
和两个自定义目录中搜索配置文件。第一个是 可执行二进制目录/FS_BUILD_CONFIG_DIR
,可以在编译时设置,然后是 FS_CONFIG_DIR
,可以在运行时设置。
获取版本
在此处获取 版本。
许可证
MPL-2.0
依赖项
~9–17MB
~203K SLoC