Expand description
HeroDev - Developer Session Manager
A CLI tool for managing developer sessions with btrfs snapshots, enabling isolated Claude coding environments.
Re-exports§
pub use error::DevMgrError;pub use error::Result;
Modules§
- code
- Code and git repository management module
- error
- Error types for DevMgr
- sessions
- Session management module
- system
- System-level operations module
- tui
- TUI (Text User Interface) module
Structs§
- Btrfs
Subvolume - Represents a btrfs subvolume
- DevSession
- Represents a developer session with its associated btrfs snapshot
- GitRepo
- Represents a git repository found in the codebase