Forrest logo
tool overview
On this page you find all important commands for the CLI tool nemo. If the command you are looking for is missing please ask our AI.

nemo

Nemo is a command line tool that serves as a file manager for Linux distributions. It is built on the GNOME desktop environment and is the default file manager for its corresponding file manager applet, Caja. Nemo provides a user-friendly and intuitive interface for navigating and managing files and directories. It offers features like browsing, searching, creating and deleting files/folders, and performing basic file operations such as copying, moving, and renaming. Additionally, Nemo offers advanced functionalities like split view, tab support, and customizable toolbar to enhance the user experience. The tool allows users to easily access mounted devices, network locations, and remote file systems as well. As an open-source tool, Nemo can be extended and customized using plugins and scripts, making it highly adaptable and flexible for different user needs.

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
tool overview