1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 11:19:46 +01:00
tldr/pages/linux/nemo.md
Lena c9775847b6
pages/*: use the imperative in descriptions (#12574)
* pages/*: use the imperative in descriptions

* go-fmt: put the description on one line
2024-04-18 09:34:00 +05:30

514 B

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