Skip to content

Latest commit

 

History

History

ShellIntegration.jl

Topology 25% License: PMPL-1.0

Unified Shell Interface for the Hyperpolymath Ecosystem.

ShellIntegration.jl bridges Julia with the wider operating system. It provides: 1. PowerShell Bridge: Native execution of pwsh scripts for cross-platform admin tasks. 2. Valence Shell: A secure, capability-based shell environment for sensitive operations. 3. Safety Wrappers: Middleware to prevent accidental destructive commands.

Quick Start

using ShellIntegration

# Run a PowerShell command
users = run_pwsh("Get-Process | Where-Object { \$_.CPU -gt 100 }")

# Start a secure shell
start_valence_shell()