Nikita Ivanov

Results 27 comments of Nikita Ivanov

@kmarius You're right! I've never wrote Go and it turned out that I put the snippet inside a error handler by mistake. Now it does work. However, to some reason,...

Noted, will fix. Thanks! Do you think that `Ctrl-L` shortcut is necessary? I don't remeber I ever had to use it in any program that supports it.

> Maybe you could probe for a $DISPLAY environement (returning false), and a $TMUX environment (returning true). If both check then map y to the tmux copy buffer. That's a...

I like the idea of using `ictree` as JSON viewer! Although, I would like to avoid adding extra complexity. Maybe there is a tool that converts JSON to a format...

Thanks for the suggestion! I will see if I can implement it.

You need to install `libmagic` library. Which Linux distribution do you use?

Ueberzug is Xorg only, it's not supported on Wayland. You can try using Kitty terminal, it supports normal image rendering on Wayland. I know that there are some protocols that...

Many terminals seem to support [Sixel format](https://en.wikipedia.org/wiki/Sixel) but lf, for which ctpv was written, [doesn't support it](https://github.com/gokcehan/lf/issues/675). There was an attempt to [add support](https://github.com/gokcehan/lf/pull/840) for Sixel to lf but it...

Do you use Xorg or Wayland?

Does ctpv image previews work in other terminals? Did you install `ueberzug` package?