mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 17:42:07 +02:00

* Sync `nemo` with `caja` page: - standardize pages * Fix placeholders * Use `the current` * Change title and simplify man page url Co-authored-by: Axel Navarro <navarroaxel@gmail.com> Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
24 lines
515 B
Markdown
24 lines
515 B
Markdown
# nemo
|
|
|
|
> Manages 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`
|