awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

Awesome GitHub RepositoriesAutomatic Shell Integrations

Enhances shell capabilities through automated integration scripts.

Distinguishing note: Focuses on automatic feature injection into the shell.

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

Awesome Automatic Shell Integrations GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • kovidgoyal/kittyالصورة الرمزية لـ kovidgoyal

    kovidgoyal/kitty

    33,462عرض على GitHub↗

    Kitty is a high-performance, GPU-accelerated terminal emulator designed to provide a consistent and extensible workspace across different operating systems. It leverages graphics hardware to render text, images, and complex layouts with low latency, while providing a robust environment for demanding command-line workflows. The project distinguishes itself through its integrated workspace management and programmable interface. It functions as a tiling window manager that organizes terminal windows, tabs, and layouts into persistent, keyboard-driven sessions. Users can automate complex workflow

    Activates shell capabilities to navigate prompts and use mouse-based cursor positioning.

    Pythoncgogolang
    عرض على GitHub↗33,462
  • cachix/devenvالصورة الرمزية لـ cachix

    cachix/devenv

    7,005عرض على GitHub↗

    Devenv is a Nix-based development environment manager that provides declarative definitions for reproducible shells and toolchains. It functions as a declarative task runner for executing dependency-aware pipelines and a service orchestration tool for supervising background processes. The project distinguishes itself by generating OCI container images directly from environment definitions without requiring a separate container engine. It also implements the Model Context Protocol to expose project context and package search to AI agents, and supports AI-assisted scaffolding to generate config

    Integrates with shell hooks to automatically load project-specific tools and variables upon entering a directory.

    Rustdeveloper-toolsdevenvnix
    عرض على GitHub↗7,005
  • moonshotai/kimi-cliالصورة الرمزية لـ MoonshotAI

    MoonshotAI/kimi-cli

    6,503عرض على GitHub↗

    Kimi is a terminal-based AI agent that autonomously plans and executes software development tasks by reading, editing, and running code. It operates as an intelligent command-line agent that breaks down high-level goals into sequences of shell commands and code edits, carrying them out without manual step-by-step guidance. The agent can run in an interactive loop, switch to a shell mode for direct terminal command execution, and operate in non-interactive or one-shot modes suitable for scripting. The project distinguishes itself through multiple integration and execution modes. It can run as

    Automatically authorizes all file modifications and shell commands without user confirmation.

    Python
    عرض على GitHub↗6,503
  • arialdomartini/oh-my-gitالصورة الرمزية لـ arialdomartini

    arialdomartini/oh-my-git

    3,709عرض على GitHub↗

    oh-my-git is a shell extension for Bash and Zsh that provides a Git status indicator directly within the command line prompt. It functions as a Git shell prompt that displays the current branch and repository state using configurable symbols and colors. The project includes a customizable terminal theme, allowing users to modify visual variables to personalize the appearance of the interface. It also provides a fallback prompt configuration to define the text displayed when a directory is not tracked by a version control system. The extension manages version control visualization and shell w

    Allows users to define custom text to display when the current directory is not tracked by version control.

    Shell
    عرض على GitHub↗3,709
  • zkat/npxالصورة الرمزية لـ zkat

    zkat/npx

    2,623عرض على GitHub↗

    npx is a tool that combines Node version management, on-demand package running, caching installation, remote execution, and shell command fallback into a single interface. It functions as an npm package runner that executes binaries on demand without requiring a global or local install, while also serving as an on-demand package installer that downloads and caches packages automatically before running their commands. The tool distinguishes itself through its ability to install and use specific Node.js versions on the fly for executing commands or scripts, and by replacing the shell's default

    Configures the shell to automatically use npx when a command is not found, so packages run without explicit npx invocation.

    JavaScriptclinpmpackage-manager
    عرض على GitHub↗2,623
  1. Home
  2. Development Tools & Productivity
  3. Automatic Shell Integrations

استكشف الوسوم الفرعية

  • Auto-Fallback Shell Configurations1 وسم فرعيConfigures the shell to automatically use npx when a command is not found, so packages run without explicit npx invocation. **Distinct from Automatic Shell Integrations:** Distinct from Automatic Shell Integrations: focuses on configuring fallback behavior for missing commands, not general feature injection.
  • Automatic Tool ApprovalsAutomatically authorizes all file modifications and shell commands without user confirmation. **Distinct from Automatic Shell Integrations:** Distinct from Automatic Shell Integrations: focuses on security authorization of tool calls rather than feature injection into the shell.