Skip to content
/ zipcs Public

Useful tools collection(unzip, ping, chardet, url, path, file, ip).

License

Notifications You must be signed in to change notification settings

biluohc/zipcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e86000d · May 22, 2022

History

77 Commits
May 22, 2022
May 21, 2022
Jul 7, 2017
Sep 24, 2018
Sep 27, 2017
May 22, 2022
May 22, 2022
Feb 19, 2017
Sep 24, 2018
Aug 10, 2017
May 22, 2022
Apr 13, 2022

Repository files navigation

Build status

Useful tools collection.

Usage

 cargo install --git https://github.com/biluohc/zipcs
 zcs -h

Or

git clone https://github.com/biluohc/zipcs
cd zipcs
cargo build --release

./target/release/zcs --help

Help

zcs 0.3.8 (b6127dc7@master rustc1.59.0 2022-04-13UTC)
Useful tools collection.
Wspsxing <biluohc@qq.com>
Repo: https://github.com/biluohc/zipcs

USAGE:
   zcs options 
   zcs <command> [args]

OPTIONS:
   -h, --help          Show the help message
   -V, --version       Show the version message

CAMMANDS:
   zip, z         Unzip with charset setting
   path, P        Paths decoding with charset setting
   file, f        Files encoding/decoding with charset setting
   ping, p        ping domains/ips
   chardet, c     Detect the charset for File(for reference)
   charset, C     Show all CharSet supported
   ip, i          Get ip address and it's location
   url, u         Urls decoding/encoding

Binary

Ps

  • 所依赖的zip-rs库目前不支持 Multi-disk。