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

5 lines
165 B
Plaintext

# Display the commands on wofi
selection=cat .zhistory | wofi -p "Commands history" --show dmenu -i
# Then copy the selection to the clipboard
wl-copy "$selection"