reader icon indicating copy to clipboard operation
reader copied to clipboard

External image viewer

Open Disonantemus opened this issue 1 year ago • 1 comments

Useful 4 many case scenarios:

  • GUI viewer (X11 or Wayland): nsxiv, imv, feh, imagemagick's display, etc
  • Terminal emulator (ANSI colored blocks, ASCII): aalib, libcaca, viu, chafa, timg, etc. Some work in TTY. Some use terminal features like: Sixel, or has own solutions like: Kitty, Iterm. It could be possible to open image in a new multiplexer (tmux, screen) tab/window|pane.
  • TTY: Framebuffer viewers (near GUI viewers with pure terminal): fim, fbi, fbvis, jfbview, etc.

Can be done with:

  • Shell Variable like nnn.
  • CLI option parameter.
  • Config or ini file inside ~/.config folder.

Disonantemus avatar Jan 06 '24 15:01 Disonantemus