Oskar
Oskar
I guess just a simple `clipmenu -d` wouldn't be good because it should still pass all arguments to `dmenu`? Both options seem a little hacky to me. Maybe we could...
Just tried it. `clipmenu | clipdel` works great! `clipdel -c` does not work for me, it only outputs the current entry
Yep works. Is it intentional that when piping input into `clipdel` it doesn't require `-d`?
I guess that makes sense.
While i think the use case is valid, i think it would make more sense to create a "Delete picker" (with `dmenu`) as described in #57 since that would offer...
Yeah i guess ideally you could pass a number as a parameter for which item to delete and if no parameter is passed it asks interactively. For the interactive mode...
> I'm not sure about that, as there's no indication of which number corresponds to an entry. Well i would say in the order of the history: `1` being the...
I only thought of your use case: deleting the last element
I guess you're right, i don't really see a reason to automate deleting any other but the last copied entry
I am affected by this as well. Any plans to fix this? @ikeydoherty