Skip to content

KolayDönüştür CLI (Command Line)

YAKINDA

Access 500+ tools via terminal. CI/CD, bash script, automation.

FreeNo signupKVKK CompliantTurkish chars OKAuto-deleted in 7 days
🚧 This feature is under development — COMING SOON
The CLI package (@kolaydonustur/cli) and downloadable Node.js script are not published yet. Sign up for the beta list below and we will notify you.
⌨️

Automate with CLI

npm install -g @kolaydonustur/cli — then access 500+ tools in any bash/PowerShell/CI environment.

# Kurulum
$ npm install -g @kolaydonustur/cli

# Login (API key)
$ kd login

# PDF birleştir
$ kd pdf merge dosya1.pdf dosya2.pdf -o birlesik.pdf

# Görsel sıkıştırma (toplu)
$ kd image compress *.jpg --quality 75 -o ./compressed/

# AI ile PDF özetle
$ kd ai pdf-summary rapor.pdf

# Toplu işlem (script'te)
$ for f in /raporlar/*.pdf; do kd pdf compress "$f"; done

Use cases

  • CI/CD pipeline'da PDF/görsel otomatik işleme
  • Bash/PowerShell scripti ile toplu dönüştürme
  • GitHub Actions, GitLab CI, Jenkins entegrasyonu
  • Server-side cron task (gece toplu işlem)
  • Local AI özet jobs (PRO API key ile)

Quickstart (until npm package ships)

Download the single-file Node.js CLI below and run it:

# İndir
$ curl -L https://kolaydonustur.com/cli/kolaydonustur-cli.js -o kd.js
$ chmod +x kd.js

# Çalıştır
$ node kd.js help
$ node kd.js hash dosya.pdf --algo=sha256
$ node kd.js convert rapor.pdf --output=text > rapor.txt
$ node kd.js merge a.pdf b.pdf --out=birlesik.pdf
$ node kd.js format data.json
Your files are encrypted with SSL and automatically deleted from our servers 7 days after processing.

📖 How to Use

1
Upload document
Drag-drop or pick file.
2
Set options
Choose operation and parameters.
3
Process
Server runs the task.
4
Download
Get result in your format.

Frequently asked questions

Yes. KolayDonustur CLI (Command Line) uses 256-bit SSL; files auto-delete after processing. GDPR-compliant.