scripty 0.3.3

Scripty - your Rust command toolkit for easy command execution and file operations
Documentation
# Release v{VERSION}

## 🎉 Highlights

{SUMMARY}

## 📋 What's Changed

{CHANGELOG_EXCERPT}

## 📦 Installation

Add this to your `Cargo.toml`:

```toml
[dependencies]
scripty = "{VERSION}"
```

## 📚 Documentation

- [API Documentation]https://docs.rs/scripty/{VERSION}
- [Examples]https://github.com/h-zasu/scripty/tree/v{VERSION}/examples
- [Full Changelog]https://github.com/h-zasu/scripty/blob/v{VERSION}/CHANGELOG.md

## 🔧 Minimum Supported Rust Version

- Rust 1.87.0 or later

## 🖥️ Platform Support

- Linux ✅
- macOS ✅
- Windows ❌ (Unix-like systems only)

---

**Full Changelog**: https://github.com/h-zasu/scripty/compare/v{PREVIOUS_VERSION}...v{VERSION}