mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-22 09:51:20 +00:00
Update cheatsheets
This commit is contained in:
29
linux/caja
Normal file
29
linux/caja
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user