forked from Shinonome/caelestia-cli
clipboard and emoji scripts
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/fish
|
||||
|
||||
set chosen_item (cliphist list | fuzzel --dmenu)
|
||||
test -n "$chosen_item" && echo "$chosen_item" | cliphist decode | wl-copy
|
||||
Reference in New Issue
Block a user