caja
Manages files and directories in MATE desktop environment. More information: <https://manned.org/caja>.
Install
- All systems
-
curl cmd.cat/caja.sh
- Debian
-
apt-get install caja - Ubuntu
-
apt-get install caja -
Alpine
-
apk add caja - Arch Linux
-
pacman -S caja - Kali Linux
-
apt-get install caja - Fedora
-
dnf install caja - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install caja - Raspbian
-
apt-get install caja - Docker
-
docker run cmd.cat/caja cajapowered by Commando
Manages files and directories in MATE desktop environment. More information: <https://manned.org/caja>.
-
Open the current user home directory:
caja -
Open specific directories in separate windows:
caja path/to/directory1 path/to/directory2 ... -
Open specific directories in tabs:
caja --tabs path/to/directory1 path/to/directory2 ... -
Open a directory with a specific window size:
caja --geometry=600x400 path/to/directory -
Close all windows:
caja --quit
© tl;dr; authors and contributors