aethershell 0.3.1

The world's first multi-agent shell with typed functional pipelines and multi-modal AI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Transpilers that convert other shells/languages into Aether Shell source.
//!
//! Currently includes:
//! - Bash → Aether transpiler for a useful subset
//! - PowerShell → Aether transpiler for a useful subset
//!
//! Re-exported as:
//! - `aethershell::transpile::bash::transpile_bash_to_ae`
//! - `aethershell::transpile::powershell::transpile_powershell_to_ae`

pub mod bash;
pub mod powershell;