clipboard and emoji scripts

This commit is contained in:
2 * r + 2 * t
2025-01-17 18:13:38 +11:00
parent 80a5cb845c
commit 65a3711e24
5 changed files with 1884 additions and 11 deletions
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/fish
set chosen_item (cliphist list | fuzzel --dmenu)
test -n "$chosen_item" && echo "$chosen_item" | cliphist decode | wl-copy