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

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

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

4 रिपॉजिटरी

Awesome GitHub RepositoriesShell Command Integrations

Interfaces that execute native system binaries to extract data from version control systems.

Distinct from Git Repository Integrators: Distinct from Git Repository Integrators: focuses on the execution of shell commands to retrieve logs rather than managing repository state.

Explore 4 awesome GitHub repositories matching development tools & productivity · Shell Command Integrations. Refine with filters or upvote what's useful.

Awesome Shell Command Integrations GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • vundlevim/vundle.vimV

    VundleVim/Vundle.vim

    23,942GitHub पर देखें↗

    Vundle.vim is a plugin manager and configuration orchestrator for Vim. It allows users to install, update, and remove external extensions based on a central configuration file to maintain consistent editor environments across different machines. The system automates the acquisition of plugin bundles by using Git to clone and track source code. It manages the plugin lifecycle through configuration-driven installation and includes capabilities for searching and discovering new scripts. To ensure extensions are available without restarting the editor, the tool manages the Vim runtime path and r

    Interfaces with native system binaries to perform network requests and file operations for plugin retrieval.

    Vim Script
    GitHub पर देखें↗23,942
  • airblade/vim-gitgutterairblade का अवतार

    airblade/vim-gitgutter

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

    यह एक Vim एक्सटेंशन है जो Git चेंज विज़ुअलाइज़ेशन और हंक मैनेजमेंट प्रदान करता है। यह Git इंडेक्स के सापेक्ष जोड़ी गई, संशोधित या हटाई गई लाइनों को इंगित करने के लिए साइन कॉलम में मार्कर्स प्रदर्शित करता है, जिससे यूज़र्स को डिफ्स (diffs) को विज़ुअलाइज़ करने और बफर वर्ज़न्स की तुलना करने की सुविधा मिलती है। यह प्लगइन संशोधित लाइनों के विशिष्ट ब्लॉक्स को टारगेट करने के लिए एडिटर के टेक्स्ट ऑब्जेक्ट्स का विस्तार करता है, जिससे इन सन्निहित हंक्स (contiguous hunks) पर मानक ऑपरेटर्स का उपयोग संभव हो जाता है। यह एडिटर के भीतर सीधे बदलावों के व्यक्तिगत ब्लॉक्स को स्टेज या अनडू करने के लिए टूल्स भी प्रदान करता है। अतिरिक्त क्षमताओं में संशोधित कोड ब्लॉक्स के बीच जंप करने के लिए नेविगेशन यूटिलिटीज़ और चेंज लोकेशन्स के साथ क्विकफिक्स लिस्ट को पॉप्युलेट करना शामिल है। प्लगइन स्टेटस लाइन के लिए डिफ सांख्यिकी की गणना कर सकता है और केवल संशोधित ब्लॉक्स को हाइलाइट करने के लिए अपरिवर्तित टेक्स्ट को फोल्ड कर सकता है।

    Invokes system git binaries via shell calls to retrieve diff data and hunk information.

    Vim Script
    GitHub पर देखें↗8,506
  • kamranahmedse/git-standupkamranahmedse का अवतार

    kamranahmedse/git-standup

    7,844GitHub पर देखें↗

    git-standup is a command-line tool and developer activity tracker that parses Git logs to generate summarized text reports of work completed over specific time periods. It functions as a reporting utility that scans Git repositories to extract metadata and author activity for use in progress reviews and status updates. The tool differentiates itself by the ability to scan multiple repositories through recursive directory discovery and the capacity to synchronize remote states before analysis. It utilizes regular expression filtering to include or exclude specific authors and branches, and emp

    Executes native git commands via a system shell to extract commit logs and metadata.

    Shell
    GitHub पर देखें↗7,844
  • arzzen/git-quick-statsarzzen का अवतार

    arzzen/git-quick-stats

    6,995GitHub पर देखें↗

    git-quick-stats is a command-line tool for calculating commit counts, line changes, and contributor metrics from Git history. It functions as a repository statistics tool, metrics generator, and contribution analyzer that extracts quantitative data from Git logs. The tool distinguishes itself through the ability to generate frequency maps and activity trends to visualize development momentum over time. It provides specific controls to isolate project history by toggling the visibility of merge commits. The software covers a broad range of analytics, including contributor impact tracking and

    Executes native git binaries via the system shell to retrieve repository history and diff statistics.

    Shell
    GitHub पर देखें↗6,995
  1. Home
  2. Development Tools & Productivity
  3. Git Repository Integrators
  4. Shell Command Integrations