Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.36 KB

File metadata and controls

30 lines (23 loc) · 1.36 KB

ShellIntegration.jl

Topology 25% OpenSSF Best Practices License: PMPL-1.0 Green Web

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()