Harshith

Results 19 comments of Harshith

Thats really strange. The image should have taked width = `102` columns, which is half your terminal size. `tty_cols` is the number of columns in your terminal and `fzf_width` is...

You could always fix this by adjusting the width manually ```sh local thumb_width=$WIDTH ``` > line 388 in the dev branch Try changing `thumb_width` to 150 over here @paniash I...

Yes people on wayland are also having this issue. If anybody knows a terminal viewer that work on wayland + mac do let us know.

Yes I have tried w3mimg, it works well only with some terminals(urxvt) Run this scirpt in a directory with images, do not give it any arguments. You would need to...

If this seems fine, then we could add this feature in ytfzf

yes, I should have added this. Curl version should be > 7.68.0 for parallel downloads

Do these websites have an api? It would be much easier to make an application for a website which has an api. Else we would need to scrape it.

oh wow thats a nice patch, even feh supports url images but it doest have a decent gallery mode. I wish this was a default behavior of sxiv without patching....

I feel like 3 seems like a good way. ```python prefix = ' ' if suppress_history and not literal else '' ``` on https://github.com/tmux-python/libtmux/blob/fccac421910c23ed0e0ac95bcdb5df8984e4afbf/libtmux/pane.py#L112