1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-19 04:15:25 +02:00
tldr/pages/linux/caja.md
2025-06-28 12:46:55 +03:00

25 lines
596 B
Markdown

# 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 {{[-t|--tabs]}} {{path/to/directory1 path/to/directory2 ...}}`
- Open a directory with a specific window size:
`caja {{[-g|--geometry]}} {{600}}x{{400}} {{path/to/directory}}`
- Close all windows:
`caja {{[-q|--quit]}}`