@talentan/tools
v0.1.0
Published
tools for self use
Readme
Why this repo?
Small tools for better life
How to use
requirements
node environment
install
npm install @talentan/tools -gexamples
// 批量重命名文件后缀
talentan resuffix doc txt // 把当前文件夹下(不包括子文件夹)的 *.doc重命名成 *.txt
talentan resuffix doc txt -a // 把文件夹下(包括子文件夹)的 *.doc重命名成 *.txt
