how can i use it to give the list in dmenu? #116
Replies: 3 comments 13 replies
-
@niksingh710 you might have to make a script to do this because there's no built in way to do this with just dmenu. however, that script might not be too hard to do because all you need is a way to parse JSON and then select the results. here's a quick command I just whipped up that lets you select all current text clipboard contents and then send it to the main clipboard: cb st | jq -r '.[]' | dmenu | cb this works by:
hope this helps! :) |
Beta Was this translation helpful? Give feedback.
-
@niksingh710 next release coming out next Saturday (probably) also look out for a really cool feature (OSC 52) that will also be in 0.8.0 :) |
Beta Was this translation helpful? Give feedback.
-
This has also img preview, not sure if it handles any kind of data. I overcomplicated idea in previous edits. I just found about
|
Beta Was this translation helpful? Give feedback.
-
is there any way i can list the clipboard content in a dmenu then select one and now that is the current clipboard selection?
Beta Was this translation helpful? Give feedback.
All reactions