awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesContext-Isolated

Executing a command within a specific directory's environment context without permanently altering the current session.

Distinct from Command Execution: Focuses on transient directory-context execution rather than persistent isolated environments.

Explore 1 awesome GitHub repository matching development tools & productivity · Context-Isolated. Refine with filters or upvote what's useful.

Awesome Context-Isolated GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • direnv/direnvAvatar de direnv

    direnv/direnv

    15,189Voir sur GitHub↗

    direnv is a shell environment manager and directory-based environment loader that automatically loads and unloads environment variables when switching between directories. It functions as a shell hook automation tool, injecting logic into the shell configuration to trigger environment updates based on the current project context. The project acts as a development environment isolator by localizing shell configurations, which prevents dependency conflicts and removes project-specific exports from global profile files. It includes specialized integration for Nix, allowing the loading of environ

    Runs a specific command within a target directory's context without permanently altering the current shell state.

    Go
    Voir sur GitHub↗15,189
  1. Home
  2. Development Tools & Productivity
  3. Command Execution
  4. Context-Isolated