#text-file #gtk #letter #renamer #name #change #rules

app szyszka

Fast, powerful and easy to use file renamer

3 stable releases

3.0.0 May 24, 2023
2.0.0 Jul 19, 2021
1.0.0 May 13, 2021

#188 in GUI

33 downloads per month

MIT license

395KB
8K SLoC

Rust 5K SLoC // 0.0% comments FreeMarker 3K SLoC Shell 23 SLoC // 0.1% comments

Szyszka

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

Szyszka

Features

  • Great performance
  • Available for Linux, Mac and Windows
  • Gui created with GTK 4
  • Multiple rules which can be freely combined:
    • Replace text
    • Trim text
    • Add text
    • Add numbers
    • Purge text
    • Change letters to upper/lowercase
    • Custom rules
  • Save rules to be able to use them later
  • Ability to edit, reorder rules and results
  • Handle even hundreds thousands of records

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.

  • Nautilus Renamer - Quite fast, builtin into nautilus but hang when using it with >10k files and cannot be used with files/folders from different directories
  • Thunar Bulk Rename - Szyszka bases a lot of its features on this app, thunar bulk rename cannot add items recursivelly or rename folders.
  • Bulky - simple, good looking and quite powerfull app, but slow and I had problems in install it

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

Dependencies

~25–35MB
~595K SLoC