mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-05 14:59:29 -05:00
5 lines
136 B
Fish
Executable File
5 lines
136 B
Fish
Executable File
#!/bin/fish
|
|
|
|
set chosen_item (cliphist list | fuzzel --dmenu)
|
|
test -n "$chosen_item" && echo "$chosen_item" | cliphist decode | wl-copy
|