Skip to content

Renamify CLI v0.2.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 10:05
· 88 commits to main since this release
cli-v0.2.0
fcd0b7b

What's Changed

Commits since cli-v0.1.2

  • Fixed --include flag in replace command and fixed off-by-one error in search highlighting (7621992)
  • fixed column indexes for replace command (6eb5d57)

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\