qarmin / szyszka

Szyszka is fast and powerful file renamer
MIT License
844 stars 31 forks source link
gtk linux rename-files rust

Szyszka

Szyszka is a simple but powerful and fast bulk file renamer.

Szyszka

Features

Requirements

Linux

You need to install GTK 4.6 (it should be available by default on most distributions), which is bundled in Ubuntu 22.04 and newer.

sudo apt install libgtk-4-bin

MacOS (not tested)

You need to install GTK using brew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install gtk4 adwaita-icon-theme librsvg pkg-config

Windows

The released zip file contains all dependencies, so it work out of the box on Windows 10+;

Installation

Precompiled Binaries

Available at https://github.com/qarmin/szyszka/releases

Snap

https://snapcraft.io/szyszka

snap install szyszka
sudo snap connect szyszka:removable-media # Allows to see files on external devices

Flatpak

TODO

Cargo/Crates.io

https://crates.io/crates/szyszka

cargo install szyszka

Gentoo Linux

szyszka is available on Gentoo's GURU overlay

emerge -av gui-apps/szyszka

Alternatives

I tried to use different apps, but they didn't suit my needs.

Contribution

Contributions are very welcome - bug reports, pull requests, testing etc.
When creating or modifying existing rules, don't forget about updating/adding tests!
You can also add/improve translations in crowdin - https://crowdin.com/project/szyszka

Name

Szyszka is Polish word which means Pinecone.

Why such a strange name?

Would you remember another app name like Rename Files Ultra?
Probably not.
But will you remember name Szyszka?
Well... probably also not, but when you hear this name, you will instantly think of this app.

License

MIT