mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-19 07:20:01 -05:00
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