Harshith

Results 19 comments of Harshith

We are using ueberzug for image previews. Ueberzug doesn't work well with wayland. We will need to look for other terminal viewers.

How about we use an external viewer? I was able to make it work with sxiv (any viewer that auto updates when the file changes) . The only caveat is...

> Oh haha. Marvelous. I get to work on it then? Of course! you need not to ask :smile:

@cybarspace the starfish clone looks really neat, I looked at the theme page there are many good ones. But Im not really good with picking themes, you guys can have...

Which terminal emulators are you guys using? I face similar issues with hindi text on st, but when using it with other terminals like kitty the problem doesn't occur. I...

I think we will need to modify the scrape algorithm to get more than 40 results. ( we might need to simulate scrolling down on youtube search). I am not...

@Euro20179 We will have an issue when using ytfzf right preview from a script ( `tput` won't work). The current task is to place the images on the right half...

@paniash Did you update `ytfzf`, we had this issue after the first commit. I think it seems to have be fixed now. I just ran it in the same way...

```sh #!/bin/sh [ -z "$TTY_COLS" ] && export TTY_COLS="$(tput cols)" FIFO="/tmp/ytfzf-test-pipe" start_ub () { [ -e "$FIFO" ] || mkfifo "$FIFO" # To keep fifo open ueberzug layer --parser json...

Is your left preview working as expected? I tried the same dmenu wrapper you had mentioned with st, right previews are working well. I also tried alacritty ```sh preview_side=right alacritty...