https://github.com/mikigal/tinify-cli
CLI tool for compressing PNG/JPG with tinypng.com/tinyjpg.com/tinify.com
https://github.com/mikigal/tinify-cli
cli compress tinify tinyjpg tinypng
Last synced: about 1 month ago
JSON representation
CLI tool for compressing PNG/JPG with tinypng.com/tinyjpg.com/tinify.com
- Host: GitHub
- URL: https://github.com/mikigal/tinify-cli
- Owner: mikigal
- Created: 2019-02-17T23:29:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-18T12:09:22.000Z (about 6 years ago)
- Last Synced: 2025-02-06T02:44:36.385Z (3 months ago)
- Topics: cli, compress, tinify, tinyjpg, tinypng
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# tinify-cli
CLI tool to compress png/jpg images with tinypng.com, tinyjpg.com, tinify.com# How to use
Before use copy binary to your folder in PATH. For Unix or macOS copy it to `/usr/local/bin`For Windows copy it to any directory and add this directory to PATH. After editing PATH restart your Terminal App
Remember to set API KEY before first use! Get it on https://tinypng.com. You can compress 500 images per month for free, you don't need any credit card, etc for free usage. After exceed limit you will get error.
```bash
tinify key # Only before first use
tinify [output] # Input and output can be directory
```