Sodamhan.com

TL;DR

caja

Manage files and directories in the MATE desktop environment. See also: nautilus, dolphin, thunar, ranger. 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

This document was created using the contents of the tldr project.