1 个不稳定版本
0.1.0 | 2024年3月14日 |
---|
#570 在 文件系统
4KB
53 行
touchx
更便捷的触摸。使用模板高效创建文件。
如果您保存了像 LICENSE 或 .editorconfig 这样的文件,当使用相同的文件名时,您可以在使用时创建与保存的文件内容相似的文件。保存的模板根据 XDG 基础目录规范存储在每个操作系统适当的文件夹中。有关更多信息,请参阅 https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
安装
$ cargo install touchx
用法
$ touchx sample.txt
$ ls
sample.txt
$ echo 'hello' >> sample.txt
$ cat sample.txt
hello
$ touchx --save sample.txt
$ rm sample.txt
$ touchx sample.txt
$ cat sample.txt
hello
$ touchx --help
Better touch. Efficient file creation with templates.
Usage: touchx [OPTIONS] <FILE>
Arguments:
<FILE> target file
Options:
--save save the target file
-h, --help Print help
-V, --version Print version
$ toux
许可证
MIT
依赖项
~1.2–1.8MB
~35K SLoC