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