Skip to content

Renamify CLI v0.1.2

Choose a tag to compare

@github-actions github-actions released this 31 Aug 06:23
· 93 commits to main since this release
cli-v0.1.2
0e0013d

What's Changed

Commits since cli-v0.1.1

  • fixed bugs in cli - show preview before 'apply' prompt for rename command, added more tests (e25ec8f)

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\