Skip to content

hyperpolymath/ShellIntegration.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Julia package: ShellIntegration

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

 
 
 

Contributors