delphitools

CLI toolkit for developers — colour, encoding, design, and more

# Install
$ curl -sSfL https://delphi.criptoinversiones.org/install.sh | sh

# Use
$ delphi colour '#ff6600' hex
RGB: rgb(255, 102, 0)
HSL: hsl(24, 100%, 50%)

$ delphi encode --base64 'hello world'
aGVsbG8gd29ybGQ=

Colour

Convert between hex, RGB, HSL, OKLCH, and more. Generate palettes, gradients, and contrasts.

Encode & Decode

Base64, URL encoding, hex dumps, QR codes, and text transformations.

Design Tools

Typography calculators, paper sizes, image placeholders, SVG optimiser, and watermarker.

CLI Native

Fast Rust binary. No runtime dependencies. Install in seconds. Works offline.

delphi v0.2.0 — escrita en Rust, inspirada en la utilidad.
GitHub