Workspace - Command-Line Tool Suite

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).

View on GitHub

Development Setup

  1. Fork the repository
  2. Clone your fork:
git clone https://github.com/your-username/workspace
  1. Build the project:
cargo build

Testing

Run the full test suite:

cargo test --all-features

Contribution Guidelines

Code Structure

src/
├── cli.rs        # Command-line interface
├── engine.rs     # Core processing logic
├── fs_ops.rs     # File system operations
└── detector.rs   # Collision detection