mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Update docs
This commit is contained in:
parent
12c09e85e3
commit
868c1898d3
11
nnn.1
11
nnn.1
|
@ -427,21 +427,22 @@ separated by \fI;\fR:
|
||||||
# 0-black, 1-red, 2-green, 3-yellow, 4-blue (default), 5-magenta, 6-cyan, 7-white
|
# 0-black, 1-red, 2-green, 3-yellow, 4-blue (default), 5-magenta, 6-cyan, 7-white
|
||||||
export NNN_COLORS='1234'
|
export NNN_COLORS='1234'
|
||||||
|
|
||||||
# xterm 256 color numbers (in hex, 2 symbols per context):
|
# xterm 256 color numbers (converted to hex, 2 symbols per context):
|
||||||
# see https://upload.wikimedia.org/wikipedia/commons/1/15/Xterm_256color_chart.svg
|
# see https://upload.wikimedia.org/wikipedia/commons/1/15/Xterm_256color_chart.svg
|
||||||
export NNN_COLORS='#0a1b2c3d'
|
export NNN_COLORS='#0a1b2c3d'
|
||||||
|
|
||||||
# both (256 followed by 8 as fallback, separated by ';')
|
# both (256 followed by 8 as fallback, separated by ';')
|
||||||
export NNN_COLORS='#0a1b2c3d;1234'
|
export NNN_COLORS='#0a1b2c3d;1234'
|
||||||
|
|
||||||
NOTE: If only 256 colors are specified and the terminal doesn't support, default (4-blue) is used.
|
NOTE: If only 256 colors are specified and the terminal doesn't support, default is used.
|
||||||
.Ed
|
.Ed
|
||||||
.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='c1e2272e006033f7c6d6abc4'
|
export NNN_FCOLORS='c1e2272e006033f7c6d6abc4'
|
||||||
|
|
||||||
Specify file-specific colors with xterm 256 color numbers (2 hex symbols per color).
|
Specify file-specific colors with decimal xterm 256 color numbers converted
|
||||||
|
to 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:
|
||||||
|
|
||||||
------------------------- + --- + -------------
|
------------------------- + --- + -------------
|
||||||
|
@ -473,11 +474,11 @@ separated by \fI;\fR:
|
||||||
NOTE: Non-default formats may require a third-party utility.
|
NOTE: Non-default formats may require a third-party utility.
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
\fBNNN_SSHFS:\fR pass additional options to sshfs command:
|
\fBNNN_SSHFS:\fR specify custom sshfs command with options:
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
export NNN_SSHFS='sshfs -o reconnect,idmap=user,cache_timeout=3600'
|
export NNN_SSHFS='sshfs -o reconnect,idmap=user,cache_timeout=3600'
|
||||||
|
|
||||||
NOTE: The options must be preceded by "sshfs" and comma-separated without any space between them.
|
NOTE: The options must be comma-separated without any space between them.
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
\fBNNN_RCLONE:\fR pass additional options to rclone command:
|
\fBNNN_RCLONE:\fR pass additional options to rclone command:
|
||||||
|
|
Loading…
Reference in a new issue