Skip to content

Renamify CLI v0.5.0

Choose a tag to compare

@github-actions github-actions released this 30 Sep 04:05
· 20 commits to main since this release
cli-v0.5.0
e3e8b14

What's Changed

Commits since cli-v0.4.1

  • use lower-flat and upper-flat, and added an awesome case study (e99c198)
  • improved case model to support more space separated cases, with a shorthand for all of them via CLI (18156bf)
  • fixed highlighting bug (51cf0c3)
  • fixed bug in title case replacement (80da50f)
  • fixed ctrlc (d6711df)
  • fixed more bugs (74bb011)
  • added support for plural/singular detection by default (624e775)
  • fixed more bugs in replacements (edd3668)
  • Fix Pascal segment coercion in camelCase renames (39fbb7f)
  • feat: respect ignore ambiguous flag in planner (0d75ff4)
  • Stabilize lock signal tests on macOS (630e257)
  • Optimize planner scanning performance (15bdff2)

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\