Rad - Bash की जटिलता घटाने और Python की तरह पढ़े जाने वाली CLI scripting language
(github.com/amterp)- CLI automation और maintainability को बेहतर बनाने के लिए डिज़ाइन की गई Python-जैसे syntax वाली scripting language
- Command line-केंद्रित डिज़ाइन: argument definition, validation, और
--helpgeneration भाषा स्तर पर एकीकृत - Declarative argument syntax के ज़रिए type checking, validity validation, और default value setting अपने-आप संभाला जाता है
- JSON processing built-in:
jqके बिना path-based extraction और table-format output का समर्थन - HTTP request feature भी built-in: API call और result table rendering को कुछ ही लाइनों में लागू किया जा सकता है
- Interactive input support:
pick(),input()आदि से user selection menu बनाया जा सकता है - Shell command execution feature उपलब्ध, external command call और output capture संभव
- Python के
typerयाclickसे एक स्तर अधिक integrated अनुभव देता है और external dependency के बिना चलता है - VS Code extension के माध्यम से syntax highlight और LSP integration का समर्थन
- Go-आधारित implementation के साथ macOS·Linux·Windows के लिए binary उपलब्ध और Homebrew install का समर्थन
अभी कोई टिप्पणी नहीं है.