1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 15:45:59 +02:00

caja: add page (#8007)

This commit is contained in:
Emily Grace Seville 2022-04-19 17:14:41 +10:00 committed by GitHub
parent d7c2be335c
commit 91d102652b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

24
pages/linux/caja.md Normal file
View file

@ -0,0 +1,24 @@
# caja
> 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={{600}}x{{400}} {{path/to/directory}}`
- Close all windows:
`caja --quit`