LinuxCommandLibrary

nnn

terminal file manager

TLDR

Start file manager

$ nnn
copy
Start in directory
$ nnn [/path/to/dir]
copy
Show hidden files
$ nnn -H
copy
Detail mode
$ nnn -d
copy
Don't use color
$ nnn -c
copy
Open with editor
$ nnn -e
copy
Start with bookmarks
$ nnn -b [bookmark-file]
copy

SYNOPSIS

nnn [options] [directory]

DESCRIPTION

nnn is a terminal file manager. Fast, minimal, and keyboard-driven.
The tool navigates directories. Supports plugins and file operations.

PARAMETERS

DIRECTORY

Starting directory.
-H
Show hidden files.
-d
Detail mode.
-c
No color.
-e
Open text files in editor.
-b FILE
Bookmark file.
--help
Display help information.

CAVEATS

Keyboard-centric. Vim-like bindings. Plugins extend functionality.

HISTORY

nnn was created as a blazing fast terminal file manager with low resource usage.

SEE ALSO

ranger(1), mc(1), lf(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community