• डेवलपर्स के अक्सर इस्तेमाल होने वाले छोटे-छोटे कामों को एक ही CLI में एकीकृत करने वाला toolbox ताकि context switching की लागत कम हो
    • base64, hash, bcrypt, uuid, lorem, calc, regex, qr crontab schedule आदि
  • Rust-आधारित single executable के रूप में Mac·Linux·Windows पर हल्का और तेज़ execution संभव, और CI/CD तथा local दोनों environments में उपयोग योग्य
  • bash, zsh, fish, nushell, elvish, PowerShell के लिए tab auto-completion सपोर्ट
    • auto-completion के दौरान subcommands तक के लिए guidance प्रदान करता है
  • file input और pipe के साथ अच्छी तरह जुड़ने वाली Unix-style usability
  • https://it-tools.tech/ जैसे web-आधारित tools से प्रेरित

फीचर कैटेगरी के अनुसार सारांश

  • Encoding
    • base64: Base64 encoding/decoding. standard और URL-safe सपोर्ट, file और stdin processing सपोर्ट
    • url: URL encode/decode
  • Hashing & Security
    • hash: MD5, SHA-1/224/256/384/512 hash generation सपोर्ट. file/stdin input संभव
    • bcrypt: bcrypt algorithm का उपयोग करके password को hash और verify करता है. cost factor (4–31) सेट किया जा सकता है (default 12, जितना अधिक उतना अधिक सुरक्षित और धीमा)
  • Data Generation
    • uuid: UUID v1/v3/v4/v5/v7 generation सपोर्ट
    • ulid: ULIDs (Universally Unique Lexicographically Sortable Identifiers) का generation, parsing, validation और UUID↔ULID interconversion सपोर्ट
    • token(= secret): OS-level random number आधारित secret token generation सपोर्ट
    • lorem: testing के लिए "Lorem ipsum" placeholder text generation
    • random: range, step, और count निर्दिष्ट करने योग्य random number generation सपोर्ट
  • Text Processing
    • case: lower/upper/camel/snake/title/constant/header/sentence आदि विभिन्न case conversions सपोर्ट
    • pretty-print(pp): escaped newline/tab को वास्तविक characters में बेहतर readability के साथ बदलने का सपोर्ट
    • diff: file और editor-आधारित colored visual diff प्रदान करता है
  • Development Tools
    • calc(cal): विभिन्न number formats और math functions सपोर्ट करने वाला expression calculator. arithmetic, exponent, trigonometric functions, constants (pi,e) और base 2·10·16 representation सपोर्ट
    • json builder: dot notation, array index, और append के जरिए complex JSON को तेज़ी से बनाने का सपोर्ट
    • regex: real-time highlight सपोर्ट वाला interactive regular expression tester
    • crontab schedule: Crontab expression को parse करके आगे चलने वाले execution times दिखाता है. 5 और 6-field (seconds सहित) सपोर्ट
    • datetime(dt): ISO 8601, custom format, timezone conversion और now keyword सपोर्ट
  • Web & Network
    • http status: HTTP status code lookup और list output सपोर्ट
    • serve: local HTTP server चलाकर directory serving, listening host/port configuration, और basic auth option सपोर्ट
    • qr: QR code generate करके terminal में output या PNG save करने का सपोर्ट
  • Color & Design
    • color convert: hex/rgb/rgba/hsl/hwb/lab/lch/oklab/oklch जैसे CSS-compatible formats के बीच conversion सपोर्ट
  • Reference
    • unicode: Unicode symbol reference table प्रदान करता है

अभी कोई टिप्पणी नहीं है.

अभी कोई टिप्पणी नहीं है.