awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesParameterized Sequences

Ability to insert prompts or placeholders into recorded command sequences to specify values at runtime.

Distinct from Macro Sequences: Specifically targets the parameterization of editor-internal macro sequences rather than static command chains.

Explore 3 awesome GitHub repositories matching development tools & productivity · Parameterized Sequences. Refine with filters or upvote what's useful.

Awesome Parameterized Sequences GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • rocky-linux/rockyrocky-linux का अवतार

    rocky-linux/rocky

    9,497GitHub पर देखें↗

    Rocky is an open-source enterprise operating system designed for server and cloud infrastructure. It is a community-maintained Linux server distribution that provides a platform focused on stability and security. The project is fundamentally a Red Hat Enterprise Linux compatible operating system, maintaining bug-for-bug binary compatibility to ensure identical software behavior. This allows it to serve as an enterprise-grade platform without proprietary licensing. The distribution covers a broad range of system administration capabilities, including package management via modular repository

    Supports gathering user input via text fields and menus to pass variables into commands.

    enterprise-linuxrocky
    GitHub पर देखें↗9,497
  • saulpw/visidatasaulpw का अवतार

    saulpw/visidata

    8,834GitHub पर देखें↗

    VisiData is a terminal-based interactive data analysis tool and browser designed for exploring, filtering, and sorting large tabular datasets. It functions as a structured data inspector that loads and flattens complex formats like JSON, XML, and PCAP into interactive sheets, as well as a terminal file manager for navigating directories and performing staged filesystem operations. The project distinguishes itself by rendering data visualizations, such as scatter plots and histograms, directly in the terminal using Unicode Braille characters. It provides a Python-based data wrangling environme

    Supports placeholders in recorded macros that prompt the user for specific values before execution.

    Pythonclicsvdatajournalism
    GitHub पर देखें↗8,834
  • lando/landolando का अवतार

    lando/lando

    4,235GitHub पर देखें↗

    Lando एक Docker डेवलपमेंट एनवायरनमेंट मैनेजर और लोकल डेवलपमेंट ऑर्केस्ट्रेटर है जिसका उपयोग पृथक एप्लिकेशन स्टैक बनाने के लिए किया जाता है। यह एक वेब डेवलपमेंट स्टैक प्रोविज़नर के रूप में कार्य करता है जो विभिन्न ऑपरेटिंग सिस्टमों में सुसंगत एनवायरनमेंट समानता सुनिश्चित करने के लिए वेब सर्वर, डेटाबेस और रनटाइम्स का समन्वय करता है। यह प्रोजेक्ट LAMP, LEMP, और MEAN जैसे सामान्य स्टैक के लिए रेसिपी-आधारित एनवायरनमेंट बूटस्ट्रैपिंग, और WordPress, Drupal, और Joomla जैसे CMS प्लेटफ़ॉर्म के लिए समर्पित प्रोविज़निंग के माध्यम से अलग है। यह रिमोट होस्टिंग सिंक्रोनाइज़ेशन टूल के रूप में कार्य करके अपनी क्षमताओं को और अलग करता है, जिससे उपयोगकर्ता प्रोडक्शन सेवा कॉन्फ़िगरेशन को मिरर कर सकते हैं और क्लाउड होस्टिंग प्रदाताओं के साथ साइट डेटा को सिंक्रोनाइज़ कर सकते हैं। यह सिस्टम बुनियादी ढांचे और नेटवर्किंग क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है, जिसमें स्वचालित रिवर्स प्रॉक्सी रूटिंग, आंतरिक प्रमाणन प्राधिकरण के माध्यम से SSL प्रमाणपत्र प्रबंधन, और होस्ट-टू-कंटेनर वॉल्यूम मैपिंग शामिल है। यह कंटेनरीकृत वर्कफ़्लो ऑटोमेशन के लिए टूल्स भी प्रदान करता है, जैसे कि बिल्ड स्टेप निष्पादन, इंटरैक्टिव सेवा शेल एक्सेस, और परीक्षण के लिए ईमेल इंटरसेप्शन। एनवायरनमेंट को एक कमांड-लाइन इंटरफेस के माध्यम से प्रबंधित किया जाता है जो एप्लिकेशन लाइफसाइकिल को संभालता है, जिसमें पृथक कंटेनरीकृत स्टैक को शुरू करना, रोकना और फिर से बनाना शामिल है।

    Injects custom flags and interactive prompts into containerized commands to parameterize script behavior.

    GitHub पर देखें↗4,235
  1. Home
  2. Development Tools & Productivity
  3. CLI Command Frameworks
  4. Command Chaining
  5. Macro Sequences
  6. Parameterized Sequences

सब-टैग एक्सप्लोर करें

  • CLI Command ParameterizationsMechanisms for injecting runtime arguments and interactive prompts into containerized CLI commands. **Distinct from Parameterized Sequences:** Distinct from Parameterized Sequences: applies to general CLI command execution in containers rather than editor macro sequences.
  • Command Input PromptsMechanisms for gathering user input at runtime to populate variables within commands. **Distinct from Parameterized Sequences:** Distinct from Parameterized Sequences as it focuses on the input gathering phase rather than the sequence storage.