dotfiles/VSCodium/User/History/-4cd8b28/7Edt

5 lines
167 B
Plaintext
Executable File

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