nemo
Manages files and directories in Cinnamon desktop environment. More information: <https://manned.org/nemo>.
Install
- All systems
-
curl cmd.cat/nemo.sh
- Debian
-
apt-get install nemo
- Ubuntu
-
apt-get install nemo
- Arch Linux
-
pacman -S nemo
- Kali Linux
-
apt-get install nemo
- Fedora
-
dnf install nemo
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install nemo
- Raspbian
-
apt-get install nemo
- Dockerfile
- dockerfile.run/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=600x400 path/to/directory
-
Close all windows:
nemo --quit
© tl;dr; authors and contributors