Workspace is a tool suite for file operations, version management, and development workflow automation. Includes refac (string replacement), scrap (local trash folder), unscrap (file restoration), and st8 (automatic versioning).
git clone https://github.com/your-username/workspace
cargo build
Run the full test suite:
cargo test --all-features
src/
├── cli.rs # Command-line interface
├── engine.rs # Core processing logic
├── fs_ops.rs # File system operations
└── detector.rs # Collision detection