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
greenclip is a rofi-compatible clipboard manager. It doesn't take piped inputs, so for example qalc 12+3|greenclip print will not work, but
qalc 12+3|greenclip print
greenclip print "$(qalc 12+3)"
will. In my i3 config I have
bindsym $mod+c exec rofi -show calc -modi calc -no-show-match -no-sort -calc-command "greenclip print '{result}'"
but greenclip is not getting the results. I realise this may be an i3 question, but does anyone know how I can get the result into greenclip?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
greenclip is a rofi-compatible clipboard manager. It doesn't take piped inputs, so for example
qalc 12+3|greenclip print
will not work, but
will.
In my i3 config I have
but greenclip is not getting the results.
I realise this may be an i3 question, but does anyone know how I can get the result into greenclip?
The text was updated successfully, but these errors were encountered: