
Unified Command line tools for common tasks
Using Docker
docker run -it ghcr.io/tejzpr/zetools:main zetools -h
Using standalone CLI
Download a release, extract the archive and run
zetools -h
Available Commands
base64
Usage
zetools base64 <encode|decode> string
decode [string]
- Decode a Base64 encoded string.
encode [string]
hmac
Usage
Hash a string
zetools hmac <sha256|sha512> -text <string> -key <your-key>
Hash a file
zetools hmac <sha256|sha512> -filename <string> -key <your-key>
sha256
sha512
checkPort
Usage
Check if a port is in use
zetools checkPort --port 8080 --host localhost
ping
Usage
Ping a remote server
zetools ping --host www.google.com
ls
Usage
Lists the contents of a directory
zetools ls -bs M -p ../
tail
Usage
Tails a file
zetools tail -f test.log -fw true