1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 12:55:23 +02:00
tldr/pages/linux/caja.md

26 lines
596 B
Markdown
Raw Normal View History

2022-04-19 17:14:41 +10:00
# caja
> Manage files and directories in the MATE desktop environment.
> See also: `nautilus`, `dolphin`, `thunar`, `ranger`.
2022-04-19 17:14:41 +10:00
> 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 ...}}`
2022-04-19 17:14:41 +10:00
- Open a directory with a specific window size:
`caja {{[-g|--geometry]}} {{600}}x{{400}} {{path/to/directory}}`
2022-04-19 17:14:41 +10:00
- Close all windows:
`caja {{[-q|--quit]}}`