mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 03:41:27 +00:00
Updated Home (markdown)
parent
c1c7faa2ea
commit
aa54ec2c39
2
Home.md
2
Home.md
|
@ -246,7 +246,7 @@ Here's a list of the design decisions driving the core `nnn` program:
|
||||||
- mostly boils down to image browsing and previews; the `sxiv` plugin integrates very well with `nnn` and can be used to browse images, set wallpaper, copy path, browse and rename etc.
|
- mostly boils down to image browsing and previews; the `sxiv` plugin integrates very well with `nnn` and can be used to browse images, set wallpaper, copy path, browse and rename etc.
|
||||||
- 2 additional plugins to view images and image thumbnails in the terminal
|
- 2 additional plugins to view images and image thumbnails in the terminal
|
||||||
- text preview of PDF files is supported through plugin
|
- text preview of PDF files is supported through plugin
|
||||||
- previewing large files on selection is a wastage of processing power and time. A slow/faulty disk or over the network access makes the experience very painful.
|
- previewing large files on hover is a wastage of processing power and time. A slow/faulty disk or over the network access makes the experience very painful.
|
||||||
- it's also a risk to privacy and confidentiality (users should see only what they *explicitly* want to see)
|
- it's also a risk to privacy and confidentiality (users should see only what they *explicitly* want to see)
|
||||||
- `nnn` is not a image viewer or pager or editor, there are excellent utilities which specialize in those areas and can be integrated easily
|
- `nnn` is not a image viewer or pager or editor, there are excellent utilities which specialize in those areas and can be integrated easily
|
||||||
- One utility instead of multiple utilities for related tasks e.g.
|
- One utility instead of multiple utilities for related tasks e.g.
|
||||||
|
|
Loading…
Reference in a new issue