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 --prompt='Delete from clipboard: ')
|
||||
test -n "$chosen_item" && echo "$chosen_item" | cliphist delete
|
||||
Reference in New Issue
Block a user