piping output fromother applications, eg rofi-calc #164
Answered
by
stibinator
stibinator
asked this question in
Q&A
-
in my i3 config I call the rofi calculator like this, where the output gets piped to xclip:
is there a way to pipe text to greenclip so I can use greenclip instead of xclip? |
Beta Was this translation helpful? Give feedback.
Answered by
stibinator
Dec 19, 2024
Replies: 1 comment
-
Reading the source (I don't know haskell, so I'm guessing) it looks like—confusingly—using
for example
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
stibinator
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reading the source (I don't know haskell, so I'm guessing) it looks like—confusingly—using
print
with an argument is the way to do itfor example