mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Updated Usage (markdown)
parent
d23197e916
commit
cbbcdf7752
8
Usage.md
8
Usage.md
|
@ -101,10 +101,10 @@ There is no config file. Associated files are at
|
||||||
`bsdtar` can extract, list and `archivemount` can mount ISO 9660 cdrom images (extn: iso).
|
`bsdtar` can extract, list and `archivemount` can mount ISO 9660 cdrom images (extn: iso).
|
||||||
3. Understands 8 color, xterm 256 color or both.
|
3. Understands 8 color, xterm 256 color or both.
|
||||||
|
|
||||||
- 8 colors codes: 0-black, 1-red, 2-green, 3-yellow, 4-blue (default), 5-magenta, 6-cyan, 7-white.
|
- 8 colors numbers: 0-black, 1-red, 2-green, 3-yellow, 4-blue (default), 5-magenta, 6-cyan, 7-white.
|
||||||
- To specify [xterm 256 color codes](https://upload.wikimedia.org/wikipedia/commons/1/15/Xterm_256color_chart.svg), prefix with `#` and use the hex values (2 symbols per context).
|
- To specify [xterm 256 color numbers](https://upload.wikimedia.org/wikipedia/commons/1/15/Xterm_256color_chart.svg), prefix with `#` and use the hex values (2 symbols per context).
|
||||||
- To specify both, export 256 color code followed by 8 color code as fallback, separated by `;`.
|
- To specify both, export 256 color number followed by 8 color number as fallback, separated by `;`.
|
||||||
4. Specify file-specific colors with xterm 256 color codes (2 hex symbols per color).
|
4. Specify file-specific colors with xterm 256 color numbers (2 hex symbols per color).
|
||||||
|
|
||||||
Order is strict, use `00` to omit/use default terminal color. Defaults ([color listing](https://jonasjacek.github.io/colors/)):
|
Order is strict, use `00` to omit/use default terminal color. Defaults ([color listing](https://jonasjacek.github.io/colors/)):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue