#gitignore #copy #directory #listed #another #copies #location

app gicopy

将目录复制到另一个位置,忽略 .gitignore 文件中列出的文件

2 个版本

0.1.1 2023 年 5 月 29 日
0.1.0 2023 年 5 月 28 日

#13 in #copies

MIT 许可证

6KB
81 代码行

Git 忽略复制 (gicopy)

用法

Usage: gicopy.exe [OPTIONS] <SOURCE> <TARGET>

Arguments:
  <SOURCE>  The path of the directory to copy from
  <TARGET>  The path of the directory to copy to

Options:
  -v, --verbose                        Be verbose
  -i, --ignore-file <IGNORE_FILE>      The name of the file with the list of files to ignore [default: .gitignore]
  -o, --other-ignored <OTHER_IGNORED>  Other files to ignore [default: .git]
  -h, --help                           Print help

安装

从源代码构建并使用 cargo 安装

cargo install gicopy

依赖项

~4–6MB
~103K SLoC