Caja Rename
Info
Caja Rename is an extension for Caja allowing users to rename multiple files/folders in a single pass. The application can change the case, insert, replace and delete strings, as well as enumerate the selection. Any changes are instantly visible in the preview list. The user interface strives to be as simple as possible, without confusing advanced operations.
Installation
Arch > Manjaro > etc.
pamac build caja-rename
caja -q
Debian > Ubuntu > etc.
sudo apt install caja-rename
caja -q
From source
Dependencies [1][2]
- caja
- cmake
- cmake-extras
- glib2
- glibc
- gtk3
- hicolor-icon-theme
- intltool
[1] The package names may slightly vary among various Linux flavours
[2] Some Linux flavours package development libraries separately, while some have them as part of the base package.
git clone https://github.com/tari01/caja-rename.git
cd caja-rename
mkdir build
cd build
cmake ..
make
sudo make install
caja -q
Links
Help with the translation
Report a bug/request a feature/ask a question
Browse the source code
Comments
If you only wish to leave a comment, do so by using the button at the top of this page.