Skip to content

Renamify CLI v0.3.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 15:31
· 57 commits to main since this release
cli-v0.3.0
24cbefc

What's Changed

Commits since cli-v0.2.2

  • clarify what 'atomic' means in docs and mcp (19e4a4f)
  • never use lower/upper for the replacement text style, it destroys word boundaries (79a8e21)
  • fix dot test during e2e (797fb41)
  • Fix ambiguity resolution to use replacement text style as fallback (6b5fde2)
  • Fix ambiguity resolution and exact match preservation (70df3d1)
  • ensure binary name case is preserved in Cargo.toml (a29719e)
  • add renamify-cli/.gitignore (2e604aa)
  • feat: improve exact match preservation and acronym tokenization (4f931d4)
  • feat: complete atomic identifiers feature with VS Code UI improvements (c1f2afd)
  • feat: add atomic identifier support (f604647)

Installation

macOS (Intel)

curl -L https://github.com/DocSpring/renamify/releases/download//renamify-macos-amd64.tar.gz | tar xz -C /tmp
sudo mv /tmp/renamify /usr/local/bin/

macOS (Apple Silicon)

curl -L https://github.com/DocSpring/renamify/releases/download//renamify-macos-arm64.tar.gz | tar xz -C /tmp
sudo mv /tmp/renamify /usr/local/bin/

Linux (x86_64)

curl -L https://github.com/DocSpring/renamify/releases/download//renamify-linux-amd64.tar.gz | tar xz -C /tmp
sudo mv /tmp/renamify /usr/local/bin/

Linux (ARM64)

curl -L https://github.com/DocSpring/renamify/releases/download//renamify-linux-arm64.tar.gz | tar xz -C /tmp
sudo mv /tmp/renamify /usr/local/bin/

Windows (x86_64)

Invoke-WebRequest -Uri https://github.com/DocSpring/renamify/releases/download//renamify-windows-amd64.zip -OutFile $env:TEMP\renamify.zip
Expand-Archive -Path $env:TEMP\renamify.zip -DestinationPath $env:TEMP
Move-Item -Path $env:TEMP\renamify.exe -Destination C:\Windows\System32\

Windows (ARM64)

Invoke-WebRequest -Uri https://github.com/DocSpring/renamify/releases/download//renamify-windows-arm64.zip -OutFile $env:TEMP\renamify.zip
Expand-Archive -Path $env:TEMP\renamify.zip -DestinationPath $env:TEMP
Move-Item -Path $env:TEMP\renamify.exe -Destination C:\Windows\System32\