Forrest logo
back to context overview

nemo

List of commands for nemo:

  • nemo:tldr:8ea05 nemo: Open specific directories in separate windows.
    $ nemo ${path-to-directory1 path-to-directory2 ---}
    try on your machine
    explain this command
  • nemo:tldr:b429b nemo: Open a directory with a specific window size.
    $ nemo --geometry=${600}x${400} ${path-to-directory}
    try on your machine
    explain this command
  • nemo:tldr:e587f nemo: Open the current user home directory.
    $ nemo
    try on your machine
    explain this command
  • nemo:tldr:e5ecb nemo: Close all windows.
    $ nemo --quit
    try on your machine
    explain this command
  • nemo:tldr:ed113 nemo: Open specific directories in tabs.
    $ nemo --tabs ${path-to-directory1 path-to-directory2 ---}
    try on your machine
    explain this command
back to context overview