Update docs

This commit is contained in:
Arun Prakash Jana 2020-08-06 08:56:33 +05:30
parent 75c34d5f68
commit 7dbf1ca3b7
No known key found for this signature in database
GPG key ID: A75979F35C080412
3 changed files with 10 additions and 6 deletions

View file

@ -30,8 +30,8 @@ It runs smoothly on the Pi, [Termux](https://www.youtube.com/watch?v=AbaauM7gUJw
- Instantly load, sort, filter thousands of files - Instantly load, sort, filter thousands of files
- Type to navigate with automatic dir selection - Type to navigate with automatic dir selection
- Never lose context - start where you quit
- find/fd/grep/ripgrep/fzf from `nnn` and list in `nnn` - find/fd/grep/ripgrep/fzf from `nnn` and list in `nnn`
- Never lose context - start where you quit
- Mount any cloud storage service in a few keypresses - Mount any cloud storage service in a few keypresses
- Select files from anywhere (not just a single dir) - Select files from anywhere (not just a single dir)
- Unlimited bookmarks, plugins, cmds with custom hotkeys - Unlimited bookmarks, plugins, cmds with custom hotkeys
@ -111,7 +111,7 @@ It runs smoothly on the Pi, [Termux](https://www.youtube.com/watch?v=AbaauM7gUJw
- FreeDesktop compliant trash (needs trash-cli) - FreeDesktop compliant trash (needs trash-cli)
- Cross-dir file/all/range selection - Cross-dir file/all/range selection
- Batch renamer for selection or dir - Batch renamer for selection or dir
- Display a list of files from stdin - Display file list from stdin or plugin
- Copy (as), move (as), delete, archive, link selection - Copy (as), move (as), delete, archive, link selection
- Dir updates, notification on cp, mv, rm completion - Dir updates, notification on cp, mv, rm completion
- Copy file paths to system clipboard on select - Copy file paths to system clipboard on select

10
nnn.1
View file

@ -72,7 +72,7 @@ supports the following options:
indicates that the opener is a cli-only opener (overrides -e) indicates that the opener is a cli-only opener (overrides -e)
.Pp .Pp
.Fl C .Fl C
color directories by context, disable file colors earlier colorscheme - color directories by context, disable file colors
.Pp .Pp
.Fl d .Fl d
detail mode detail mode
@ -428,9 +428,9 @@ separated by \fI;\fR:
.Pp .Pp
\fBNNN_FCOLORS:\fR specify file-type specific colors: \fBNNN_FCOLORS:\fR specify file-type specific colors:
.Bd -literal .Bd -literal
export NNN_FCOLORS='c1e2272e006033f9c6d6abc4' export NNN_FCOLORS='c1e2272e006033f7c6d6abc4'
Redefine default file specific colors with xterm 256 color codes (2 hex symbols per color). Specify file-specific colors with xterm 256 color codes (2 hex symbols per color).
Order is strict, use 00 to omit/use default terminal color. Defaults: Order is strict, use 00 to omit/use default terminal color. Defaults:
------------------------- + --- + ------------- ------------------------- + --- + -------------
@ -449,6 +449,10 @@ separated by \fI;\fR:
Socket | ab | MediumOrchid1 Socket | ab | MediumOrchid1
Unknown OR 0B regular/exe | c4 | Red1 Unknown OR 0B regular/exe | c4 | Red1
------------------------- + --- + ------------- ------------------------- + --- + -------------
If the terminal supports xterm 256 colors or more, file-specific colors will be rendered.
To force the earlier colorscheme (dirs follow context color) use option -C.
If xterm 256 colors aren't supported, earlier colorscheme will be used.
.Ed .Ed
.Pp .Pp
\fBNNN_ARCHIVE:\fR archive types to be handled silently (default: bzip2, (g)zip, tar). \fBNNN_ARCHIVE:\fR archive types to be handled silently (default: bzip2, (g)zip, tar).

View file

@ -7101,7 +7101,7 @@ static void usage(void)
" -A no dir auto-select\n" " -A no dir auto-select\n"
" -b key open bookmark key (trumps -s/S)\n" " -b key open bookmark key (trumps -s/S)\n"
" -c cli-only NNN_OPENER (trumps -e)\n" " -c cli-only NNN_OPENER (trumps -e)\n"
" -C color by context\n" " -C earlier colorscheme\n"
" -d detail mode\n" " -d detail mode\n"
" -e text in $VISUAL/$EDITOR/vi\n" " -e text in $VISUAL/$EDITOR/vi\n"
" -E use EDITOR for undetached edits\n" " -E use EDITOR for undetached edits\n"