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 update
sudo apt-get install caja
- Raspbian
-
apt-get install caja
- Dockerfile
- dockerfile.run/caja
- Docker
-
docker run cmd.cat/caja caja
powered 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