We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's more of a discussion than an issue.
I wanted a way to filter rofi-rbw with the domain of my current tab if the focused app is a browser.
rofi-rbw
Reading the documentation, it's possible using:
domain=google.com rofi-rbw --selector-args="-filter '${domain} '"
I've hacked a quick script that:
It's only compatible with X11, and working as expected with chrome only at the moment.
The text was updated successfully, but these errors were encountered:
Hey, thank you! 🙂
Is there an advantage to calling rofi-rbw instead of directly going to rbw? Do you want the manual selection?
rbw
If so, can/should we make it easier, for example by offering a --filter-url parameter?
--filter-url
Sorry, something went wrong.
yes, the manual selection from rofi-rbw is easier to work with than calling rbw directly.
--filter is a rofi option:
--filter
Calling it with a --filter-url parameter could simplify discovery of this option. I'm not sure if other selector (like wofi) have a similar option.
No branches or pull requests
It's more of a discussion than an issue.
I wanted a way to filter
rofi-rbw
with the domain of my current tab if the focused app is a browser.Reading the documentation, it's possible using:
domain=google.com rofi-rbw --selector-args="-filter '${domain} '"
I've hacked a quick script that:
rofi-rbw
outputIt's only compatible with X11, and working as expected with chrome only at the moment.
The text was updated successfully, but these errors were encountered: