This commit is contained in:
2025-10-26 10:43:48 +00:00
parent 7023046b63
commit 88302b9bca
3 changed files with 15 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/sh
item="$(cliphist list | ~/.local/bin/menu/vertical.sh -p paste)"
if [ -n "$item" ]; then
echo "$item" | cliphist decode | wl-copy
wtype -M ctrl v -m ctrl
fi