百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
S

szyszka

> 编程语言
开源

Szyszka 是一款快速而强大的文件重命名工具

963 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Szyszka 是一款快速而强大的文件重命名工具

Szyszka

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

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

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Rustgtklinuxrename-filesrust

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言