0.0.5 • Published 2 years ago

toolbox-app v0.0.5

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

Toolbox 工具箱

清理指定目录的的广告文件

使用

  • 清理广告文件
# cmd进入清理路径,默认处理当前路径
t c

# or d: dirname r: recycleBin
t c  -d=F:\ads -r=F:\ads

# 帮助
t
t -h
t --help

# Do not do this
# 在F: 
t c
t c  -d=F:\ -r=F:\

# 路径有空格
t c -r='F:\喵糖映画\镜酱 2B白色婚纱 希尔 [33P367MB]'
  • 文件夹扁平化
# global default 
# cd target path
t flat
# alias
t f

# before
# i want to get the target directory
example
├── bar
│   └── 02
│       └── 03
│           └── target2
│               ├── 03.txt
│               └── 04.txt
└── foo
    └── 01
        └── 02
            └── 03
                └── target1
                    ├── 01.txt
                    └── 02.txt

# after
example
├── bar
│   └── 02
│       └── 03
├── foo
│   └── 01
│       └── 02
│           └── 03
├── target1
│   ├── 01.txt
│   └── 02.txt
└── target2
    ├── 03.txt
    └── 04.txt
  • 撤回 扁平
0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago