Show HN: ut – Rust based CLI utilities for devs and IT
16 hours ago
- #developer-tools
- #utilities
- #cli
- A fast, lightweight CLI utility toolkit for developers and IT professionals.
- Provides a comprehensive set of commonly-used tools in a single binary.
- Supports encoding/decoding (Base64, URL), hashing (MD5, SHA variants), data generation (UUIDs, tokens, random numbers).
- Includes text processing tools (case conversion, pretty-print, diff), development tools (calculator, JSON builder, regex tester).
- Features web & network utilities (HTTP status, local server, QR codes), color utilities, and Unicode reference.
- Standalone binary with no dependencies, cross-platform support (Linux, macOS, Windows).
- Install via cargo: `cargo install --git https://github.com/ksdme/ut.git`.
- Usage: `ut <TOOL> [OPTIONS]`, see `ut --help` for all available tools.