| Crates.io | apogee |
| lib.rs | apogee |
| version | 0.1.0 |
| created_at | 2025-09-15 22:28:33.338954+00 |
| updated_at | 2025-09-15 22:28:33.338954+00 |
| description | Cross-shell config emitter for Orbit (aliases, PATH, env) via a single eval. |
| homepage | |
| repository | https://github.com/suhailphotos/apogee |
| max_upload_size | |
| id | 1840648 |
| size | 4,212 |
apogee — Orbit’s companion that emits cross‑shell config (aliases, PATH, env, functions) from smart system detection, so your shell needs just a single eval.
status: pre‑alpha (scaffolding)
# zsh/bash
eval "$(apogee)"
# PowerShell
&{ $out = apogee; Invoke-Expression $out }
The current binary prints a safe placeholder so eval won’t break while you iterate.
~/.zshrc, ~/.bashrc, or $PROFILE# from repo root
cargo run --quiet
# or
cargo build
The scaffolded main.rs prints a harmless placeholder and a sample alias.
MIT