dotfiles/VSCodium/User/History/-4cd8b28/Kg2p

7 lines
213 B
Plaintext
Raw Permalink Normal View History

2024-01-13 13:50:04 -06:00
# Display the commands on wofi
selection="$(cat ~/.histfile)"
$selection | wofi -p "Commands history" --show dmenu -i | cliphist decode | wl-copy
# Then copy the selection to the clipboard
# wl-copy "$selection"