mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
30 lines
606 B
Plaintext
30 lines
606 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# nemo
|
|
|
|
> Manage files and directories in Cinnamon desktop environment.
|
|
> More information: <https://manned.org/nemo>.
|
|
|
|
- Open the current user home directory:
|
|
|
|
`nemo`
|
|
|
|
- Open specific directories in separate windows:
|
|
|
|
`nemo {{path/to/directory1 path/to/directory2 ...}}`
|
|
|
|
- Open specific directories in tabs:
|
|
|
|
`nemo --tabs {{path/to/directory1 path/to/directory2 ...}}`
|
|
|
|
- Open a directory with a specific window size:
|
|
|
|
`nemo --geometry={{600}}x{{400}} {{path/to/directory}}`
|
|
|
|
- Close all windows:
|
|
|
|
`nemo --quit`
|