Re-exports§
pub use runtime::helpers::*;
Modules§
- animation
- app
- askpass
- changelog
- cli
- CLI subcommand handlers. Each function handles one clap subcommand (provider, tunnel, password, snippet, add, import, sync, logs, theme, vault sign) and runs outside the TUI in a non-interactive terminal context.
- cli_
args - clap derive structs for the
purpleCLI. - clipboard
- connection
- containers
- demo
- demo_
flag - event
- file_
browser - fs_util
- handler
- history
- import
- key_
activity - Per-host SSH connection activity log.
- key_
push - Push a public key onto a remote host’s
~/.ssh/authorized_keys. - logging
- mcp
- messages
- Centralized user-facing messages.
- onboarding
- ping
- preferences
- providers
- quick_
add - runtime
- snippet
- ssh_
config - ssh_
context - ssh_
keys - tui
- tui_
loop - TUI event loop and the per-iteration helpers that drive it.
- tunnel
- tunnel_
live - Live-data layer for active SSH tunnels. Two worker types:
- ui
- update
- vault_
ssh