@@ -168,16 +169,24 @@ Add the following to your shell's rc file for the best experience:
### Usage
### Usage
Start nnn (default dir: current directory):
#### Cmdline options
$ nnn [-d] [-S] [-v] [dir]
usage: nnn [-d] [-S] [-v] [h] [PATH]
The missing terminal file browser for X.
positional arguments:
PATH directory to open [default: current dir]
optional arguments:
-d start in detail view mode
-S start in disk usage analyzer mode
-v show program version and exit
-h show this help and exit
-d: start in detail view mode
-S: start in disk usage analyzer mode
-v: show version and exit
`>` indicates the currently selected entry in nnn.
`>` indicates the currently selected entry in nnn.
### Keyboard shortcuts
#### Keyboard shortcuts
| Key | Function |
| Key | Function |
| --- | --- |
| --- | --- |
@@ -209,7 +218,7 @@ Start nnn (default dir: current directory):
| `?` | Toggle help screen |
| `?` | Toggle help screen |
| `q` | Quit |
| `q` | Quit |
### Filters
#### Filters
Filters support regexes to display only the matched entries in the current directory view. This effectively allows searching through the directory tree for a particular entry.
Filters support regexes to display only the matched entries in the current directory view. This effectively allows searching through the directory tree for a particular entry.
@@ -219,7 +228,7 @@ An empty filter expression resets the filter.
If nnn is invoked as root the default filter will also match hidden files.
If nnn is invoked as root the default filter will also match hidden files.
### File type abbreviations
#### File type abbreviations
The following abbreviations are used in the detail view:
The following abbreviations are used in the detail view:
@@ -233,7 +242,7 @@ The following abbreviations are used in the detail view:
| `b` | Block Device |
| `b` | Block Device |
| `c` | Character Device |
| `c` | Character Device |
### Help
#### Help
$ man nnn
$ man nnn
To lookup keyboard shortcuts at runtime, press `?`.
To lookup keyboard shortcuts at runtime, press `?`.
(Noice is Not Noice) is a fork of the noice terminal file browser with improved desktop integration, navigation, disk usage analyzer mode, comprehensive file details and much more. It remains a simple and efficient file browser that stays out of your way.
(Noice is Not Noice) is a fork of the noice terminal file browser with improved desktop integration, navigation, disk usage analyzer mode, comprehensive file details and much more. It remains a simple and efficient file browser that stays out of your way.