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:
parent
d7c2be335c
commit
91d102652b
1 changed files with 24 additions and 0 deletions
24
pages/linux/caja.md
Normal file
24
pages/linux/caja.md
Normal 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`
|
Loading…
Add table
Reference in a new issue