2 个版本
0.1.1 | 2020 年 6 月 5 日 |
---|---|
0.1.0 | 2017 年 7 月 31 日 |
#1529 in 命令行工具
11KB
160 代码行
edit-chunks
从(大型)文件中分割字节范围,并将它们写入单独的文件以便于编辑。然后再次将原始和编辑部分合并。
帮助输出
edit-chunks 0.1.0
Dirkjan Ochtman <first (at) last . nl>
Split out chunks of a large file for editing,
then put them back together again.
USAGE:
edit-chunks <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
combine combine a previously split file again
help Prints this message or the help of the given subcommand(s)
split split a file
示例命令行
$ ./edit-chunks split large-file.dat 1429423-1439934
$ $EDITOR large-file.dat.part.0
$ ./edit-chunks combine large-file.dat.spec
欢迎在 GitHub 问题跟踪器 提供反馈。
依赖关系
~4MB
~69K SLoC