1.3.1 • Published 2 months ago

fs-killer v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

项目简介 - About the Project

自用的文件操作cli工具

文件分类

使用 - usage

# 安装 - install
npm i fs-killer -g

# eg:cd [dir]
cd ~/Desktop/imgs

# 执行 - execute
sorter

所有选项 - all options

# specifying a directory
sorter -d source

# specifying a file types
sorter -t JPG

# specifying sorter mode - move files
# if not specified, replication is performed
sorter -m 

TODO

核心 - core:

  • 对文件分类到不同类型的文件夹 - classify files

  • 指定要被分类的目录 - specify folder

  • 指定分类的类型 - specify file type

  • 复制或者移动分类文件 - copy or move classified files

  • 列出目录下所有文件类型 - view a collection of all file types in a directory

  • 操作数量展示 - display number of operation files

其他 - other:

  • cli支持 - support cli

  • 命令行交互优化 - interactional optimization

文件上传

功能说明

  • 上传执行目录内的全部图片到指定空间
  • 上传过程中有loading ui展示
  • 输出上传结果日志

食用指南

# 使用流程:

# 安装
npm i -g xxx

# 使用
# s:SECRET_KEY  a: ACCESS_KEY b: 上传空间(bucket)
upload -s xxx -a xxx -b 
1.3.1

2 months ago

1.3.0

2 months ago

1.2.1

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago