-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
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
piping to rofi or dmenu broken in 1.2.4 #61
Comments
Hi, Thanks for this report. I'm trying to replicate what you're describing, but I'm not sure what you mean by 'text overlaid on one line.' My test seems to work as expected:
Can you give me an example of the expected versus actual output you're seeing? Thanks! |
Did you see the screenshot? |
I just tried with 1.2.3, and that works fine too. |
Hi - thanks for the screenshot and updates. Turns out that in fixing a python 2 unicode bug in I've hopefully fixed this in ed205c6 - can you try |
All good now! |
@magnetophon Hi, how do you use the above? I tried to use your option in i3wm with rofi, got the menu up and running when I select one of the options it seems that nothing happens. clipster daemon is up and running |
At the moment I'm using clipster trough fzf, for even better search capabilities and a nice preview window: https://github.com/magnetophon/.dot/blob/master/common/.local/bin/clipster_fzf.sh |
Sorry for the ignorance, but how do I copy the output of the fuzzy find to my primary clipboard? |
I think that's this line: https://github.com/magnetophon/.dot/blob/master/common/.config/clipster/clipster.ini#L13 |
I use clipster trough rofi, with the command
clipster -o -n 0 -0 | rofi -i -dmenu -sep '\x00' -eh 2 -p paste: | sed -ze 's/\n$//' | clipster
.On version 1.0.1 that worked just fine, but on 1.2.4 I get all the text overlaid on one line: https://imgur.com/a/QKpjT
Also more minimal versions fail in similar ways:
clipster -o -n 0 -0 | rofi -dmenu
clipster -o -n 0 -0 | dmenu
The text was updated successfully, but these errors were encountered: