cliphist icon indicating copy to clipboard operation
cliphist copied to clipboard

Paste from clipboard manager into Emacs

Results 6 cliphist issues
Sort by recently updated
recently updated
newest added

I execute 'cliphist-select-item' and select an tem, but have an error: cliphist-sdk-feed-text-to-cli: Wrong type argument: stringp, ("-selection" "clipboard" "-i"). In addition, 'cliphist-paste-item' does work.

This is what shows in my config file, which until the update worked with parcellite - ```` #+begin_src emacs-lisp (require 'cliphist) (global-set-key (kbd "s-,") 'cliphist-select-item) (global-set-key (kbd "s-.") 'cliphist-paste-item) (setq...

see https://www.reddit.com/r/emacs/comments/72qnst/kill_ringhelm_kill_ring_paste_all_contents/ two features: paste filtered items into clipboard paste from certain item to the latest item use ivy key mapping?

and I want to be only dependent on ivy - suspended. maybe I just diff items (use ediff?) but give user a callback (its default value is 'identity) to modify...