2个不稳定版本
0.2.1 | 2019年12月5日 |
---|---|
0.1.0 | 2019年10月28日 |
#1 in #sequentially
5KB
68 代码行
Seqname
按顺序重命名目录中的所有文件(例如,如果你有一堆截图,并且想将它们重命名为000.jpg...999.jpg
)。
用法
seqname [OPTIONS] DIRS...
Options:
--prefix <STR> String to put before number
--suffix <STR> String to put after number
示例
seqname --prefix abc test/
=> test/abc--000.png test/abc--001.png...
seqname --suffix xyz test/
=> test/000--xyz.png test/001--xyz.png...
前缀和后缀可以一起使用。
依赖项
~3MB
~51K SLoC