Skip to content

Releases: 11ways/sym

sym v1.0.1

31 Oct 17:30

Choose a tag to compare

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/sym

Linux/macOS (One-line):

curl -fsSL https://raw.githubusercontent.com/11ways/sym/main/install.sh | bash

Features

  • 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

31 Oct 17:02

Choose a tag to compare

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 -v operator 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/sym

Linux/macOS (One-line):

curl -fsSL https://raw.githubusercontent.com/11ways/sym/main/install.sh | bash

Features

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