Releases: 11ways/sym
Releases · 11ways/sym
sym v1.0.1
sym v1.0.1
Fixed macOS compatibility and Homebrew installation
What's Fixed
✅ macOS Bash 3.2 Compatibility
- Fixed "conditional binary operator expected" error
- Now works with macOS system bash (3.2.57) without GNU tools
✅ No Build Dependencies
- Pre-built man page included in distribution
- Removed pandoc dependency from Homebrew formula
- Faster, simpler installation
✅ Homebrew Installation
- Fixed SHA-256 mismatch issue
- Clean installation without cache conflicts
Installation
macOS (Homebrew):
brew install 11ways/sym/symLinux/macOS (One-line):
curl -fsSL https://raw.githubusercontent.com/11ways/sym/main/install.sh | bashFeatures
- Create, list, inspect, and remove symbolic links
- Verify and fix broken links automatically
- Multiple output formats (text, JSON, CSV)
- Comprehensive man page
- Cross-platform (macOS & Linux)
See the README for full documentation.
sym v1.0.0
sym v1.0.0
A user-friendly symbolic link manager for managing links in ~/.local/bin
What's Fixed in This Release
✅ macOS Compatibility - Fixed bash 3.2 compatibility issue
- Replaced
-voperator with bash 3.2 compatible check - Works on macOS without GNU tools
✅ No Build Dependencies - Pre-built man page included
- Removed pandoc dependency from Homebrew formula
- Man page included in distribution
- Faster installation
Installation
macOS (Homebrew):
brew install 11ways/sym/symLinux/macOS (One-line):
curl -fsSL https://raw.githubusercontent.com/11ways/sym/main/install.sh | bashFeatures
- Create, list, inspect, and remove symbolic links
- Verify and fix broken links automatically
- Multiple output formats (text, JSON, CSV)
- Comprehensive man page
- Cross-platform (macOS & Linux)
See the README for full documentation.