Results 51 comments of fogine

I've read wiki which contains proposals and looked on `next` branch diff and saw `rofi-script` documentation being added... so I assumed things... It looked like there isn't stable implementation in...

I've been basically waiting when and if @OmarCastro gets active again to coordinate next steps taken with him also. But looking at his profile it doesn't seem he is active...

That would be very nice. #603 might be also solved by this.

Hm, I'd make use of a generic option (eg. `--print-selected`) which when enabled would set the text of currently selected item (`#window horibox listview element selected`) to the input field...

> '~/.tmux/plugins/tpm/tpm' - the executable file in my system Does that mean that `~/.tmux/plugins/tpm/tpm` file has permissions to execute by owner/group ? When I cloned the repository, all shell files...

I will try to come out with something. I also have only makefile knowledge from user perspective, not creator experience.

I updated `rofi-blocks` aur package. I see that `googler` github project is archived and its latest version is broken... so I'll need to remove the support for it. For google...

Hm, thats weird, something is off here, it definitely searchers for `ddgr` [HERE](https://github.com/fogine/rofi-search/blob/master/rofi-search#L736-L745) I just checked, installed ddgr from aur and it works.. Do you have latest rofi versin? Mine...

It seams like you have `ROFI_SEARCH` env variable set to `googler` in which case it would fail as you described...

If you set `ROFI_SEARCH` variable, you need to execute it like this: ```bash export DDG_ARGS='["-n", 3]' export ROFI_SEARCH='ddgr' rofi -modi blocks -blocks-wrap /absolute/path/to/rofi-search -show blocks \ -lines 4 -eh 4...