Szyszka is a free and open source file renaming application for Linux, Windows and MacOS. It is written in Rust and released under MIT License. Using Szyszka, you can easily rename file in bulk. You can set replace text, trim text
add text, add numbers, purge text, change letters to upper or lowercase rules in your rename. Not only this also add custom rules and edit, reorder rules and results and more.
Install Szyszka on Ubuntu Linux
You can install Szyszka via flatpak and portable AppImage. Download the latest Szyszka in .AppImage file format from the above download link and save it in your Downloads folder. Now in the terminal app (ctrl+alt+t) run below commands one by one.
cd Downloads
sudo chmod +x ~ linux_szyszka.AppImage
./linux_szyszka.AppImage
Install Szyszka via flatpak
You need to install flatpak and flathub on your system first and restart it after the installation. Now in the terminal app run below Szyszka flatpak install command. It will install the latest version of Szyszka on your system.
flatpak install flathub com.github.qarmin.szyszka
After the installation, you can open Szyszka using below command.
flatpak run com.github.qarmin.szyszka
And uninstall Szyszka
flatpak uninstall com.github.qarmin.szyszka
[OR]
sudo flatpak uninstall com.github.qarmin.szyszka
That’s it